How we can display Knowledge category title name on top of list of knowledge articles.

sriram 1
Tera Contributor

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

 

sriram1_0-1724228526469.png

 

 

 

sriram1_1-1724228526451.png

 

 

 

like below screen i should display along with articles

sriram1_2-1724228526474.png

 

 

2 REPLIES 2

onwork1948
Giga Contributor

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.

onwork1948
Giga Contributor

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.