Hi.
Sorry for long delay.
I think you have a view options.
- Create a child theme and make your own modification – this give you more freedom of change
- 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.