Move tag name and attributes above search field (as on category pages)

On the category pages, the category name and description are displayed above the search bar. Unfortunately, tag names and attributes are displayed below it. How can tags and attributes be moved above the search bar and be displayed in the same fashion as categories? I am familiar with custom coding, so a snippet or a hint would be super helpful :slight_smile: Thanks for your help!

Hi,

Sorry, there’s no simple code snippet for this, it would require a custom implementation. If customizations beyond the available features are required for your site, please consider hiring someone for custom work https://fvrr.co/32e7LvY

Thanks andrii, I’ve already expected that it takes some custom coding and I am happy to do it on my own. The only thing is that I’d need a hint or advice where to start. Is there any action or hook that you think could help me achieve this?

https://hivepress.github.io/hook-reference/

Or any existing snippet or piece of code that would be a good basis to start with and to be adapted?

Yes, you can try using the hivepress/v1/templates/listings_view_page to remove the page_title and page_description blocks (you can also hide them via CSS, but I’m not sure if this affects SEO if you hide H1 and add another one instead). Please check some sample code snippets here Search · user:hivepress hivepress/v1/templates · GitHub

Adding a custom header is more complex, it requires adding a template part via a child theme, and inserting it via the hivepress/v1/areas/site_hero hook Please check an example here listinghive/class-theme.php at master · hivepress/listinghive · GitHub

Hi ihor, Thanks heaps for the pointers – this is a great help! I’ll try and see if it works out …

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.