• I have a number of product categories on the website and the title of category is also the h1 on the category page itself.

    What i want to do is change the h1 on each category page so that it is not teh same as the title which is displayed elsewhere on teh website.

    For instance i have a category ‘Accounting’

    i want the display on the home page (burger menu) and product filter to stay as ‘Accounting’ but i want the h1 on the category page to be ‘Accounting word word’ for example.

    is there an override i can do in editor where i can amend the h1 on the a category page without affecting the display on other pages? i have the category id’s etc..

    Any help would be appriciated

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Anonymous User 15030067

    (@anonymized-15030067)

    It sounds like you will need to change the category page template and place it in a child theme. This way when you update the theme you don’t override your custom changes.

    Are you wanting it to display “Accounting Company Names” like this on this page?

    If yes, then my best guess without seeing the code directly is that the category page template is likely requesting the category name. If you want it to display what you have as the slug you would want to request the slug with get_category() instead (or even add a category description and then request the category description).

Viewing 1 replies (of 1 total)
  • The topic ‘How can i change the h1 on category pages without changing the display on pages’ is closed to new replies.