How we can display Knowledge category title name on top of list of knowledge articles.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2024 01:24 AM
Hi,
Can someone help me on this, Clicking on the Getting Started Knowledge category should display the category name as the title and below its list of articles and it should display the title dynamically
like below screen i should display along with articles
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2024 03:46 AM
To display the Knowledge category title at the top of a list of knowledge articles, you need to modify the template or layout of your knowledge base page. Ensure the category title is dynamically pulled from the database or content management system and placed above the article listings. Check your platform's documentation for specific steps to customize the display settings. If you need more info then visit this apk.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2024 04:12 AM
To display the Knowledge category title at the top of a list of Knowledge articles, you can modify the template or page where the list is rendered. Use a header tag (e.g., <h1> or <h2>) and insert the category title dynamically before the loop that displays the articles. If you're using a CMS or platform like Salesforce, ensure the category title is fetched using the appropriate API or function for displaying metadata. If you need more info then visit this page.