I am using a Knowledge Base plug-in by Pressapp (https://codecanyon.net/item/knowledge-base-helpdesk-wiki-wordpress-plugin/5758910) which creates knowledge base posts. The category overview page does not display the category title correctly, but rather displays the first post of the category. When I switch to a default template (twenty twelve), the category title is displayed correctly, so I know it is some problem with the Enfold Template.
I’ve searched and searched and can not figure out how to fix this on my own. Could you please point me in the right direction?
Hey jpiacenti,
Thank you for using Enfold.
You can use the “avf_title_args” filter to adjust the title of the archive page. Examples:
// https://kriesi.at/support/topic/change-custom-post-type-page-title/#post-671870
// https://kriesi.at/support/topic/theme-child-remove-archive-for-category/#post-704403
// https://kriesi.at/support/topic/the-events-calender-remove-breadcrumbs-from-single-event-page-and-others/#post-704283
You might need to use the is_singular or is_tax conditional function.
Best regards,
Ismael
