Retrieve Page Tags in XbK
Let’s assume you developed a widget using Xperience by Kentico (XbK) that allows you to display various pages and you need to display their […]
Let’s assume you developed a widget using Xperience by Kentico (XbK) that allows you to display various pages and you need to display their […]
In Kentico 13, you can use the MultiDocumentQuery or DocumentQuery class to retrieve pages based on certain tags and categories. Using MultiDocumentQuery Replace “/YourPagePathHere/” […]
Displaying content based on a certain tag passed through a query string involves retrieving the tag value from the query string parameter and using […]
In Kentico, filtering search results by tags can be achieved using the built-in functionalities provided by the platform. Here’s a general guide on how […]
In Kentico 13 and Xperience, you can retrieve page tags by accessing the DocumentTags property of the TreeNode object. Replace “/YourPagePath” with the actual […]