• I have a custom taxonomy called ‘brands’ , but i don’t like how the page looks when i click e.g. Nike.

    it shows like ‘brands: Nike’ and then the loop with posts that have the taxonomy term ‘Nike’.

    Which file do I add to make it more my own?

Viewing 1 replies (of 1 total)
  • Theme Author Pawe?

    (@mrpauloen)

    Hi.

    Sorry for long delay.

    I think you have a view options.

    1. Create a child theme and make your own modification – this give you more freedom of change
    2. You can always use Custom Post Template – create seprate file for that Custom Taxonomy e.t.c.

    The place you are looking for in the code, the source of the header is in the template-tags.php file, line 19 or 55. Those two functions:

    the_bootstrap_blog__site_title or the_bootstrap_blog__site_description

    You didn’t provide me any better feedback so I can’t be sure, what it is exactly, so I assume it is that second line – 59.

    Condition check if its archive, and then display the_archive_title();

    To modify the operation of this function, you will have to use a plug-in or filter. See: doks. Or just replace it in new, child theme.

    Then, functions are placed in header.php file, within line 61 – 66.

Viewing 1 replies (of 1 total)
  • The topic ‘Custom Taxonomy Page Template’ is closed to new replies.