Anders Hattestad
Jan 31, 2011
  5339
(0 votes)

Page structure from pages tagged with a category

With some small modifications of my code of displaying a sub structure of pages on an other page we can now so all pages tagged with one category in the page tree.

This can be used for instance to display a list of front page news items, and one could point to that page to retrieve all pages tagged with that category.

image

The page that are returned are a stub of the orignal page, and uses the fetch data from to retrieve the other properties. The ACL is from the original page.

It seems that you can edit, but the save method doesn't do anything yet.

You add it in the episerver.config like this, and GetPagesTagedWith is either the category name or the ID.

Code Snippet
  1. <pageProvider>
  2.   <providers>
  3.     <add name="FrontPageNews" type="Itera.PageProviders.CategoryPageProvider, EPiServer.Templates.RelatePlus"
  4.            entryPoint="69" GetPagesTagedWith="FrontPageNews"/>
  5.   </providers>
  6. </pageProvider>

 

The code is available here

Jan 31, 2011

Comments

Please login to comment.
Latest blogs
Opti ID overview

Opti ID allows you to log in once and switch between Optimizely products using Okta, Entra ID, or a local account. You can also manage all your use...

K Khan | Jul 26, 2024

Getting Started with Optimizely SaaS using Next.js Starter App - Extend a component - Part 3

This is the final part of our Optimizely SaaS CMS proof-of-concept (POC) blog series. In this post, we'll dive into extending a component within th...

Raghavendra Murthy | Jul 23, 2024 | Syndicated blog

Optimizely Graph – Faceting with Geta Categories

Overview As Optimizely Graph (and Content Cloud SaaS) makes its global debut, it is known that there are going to be some bugs and quirks. One of t...

Eric Markson | Jul 22, 2024 | Syndicated blog

Integration Bynder (DAM) with Optimizely

Bynder is a comprehensive digital asset management (DAM) platform that enables businesses to efficiently manage, store, organize, and share their...

Sanjay Kumar | Jul 22, 2024