I know I can use the Template Hierarchy to set up custom theme pages for terms inside a category, like these: mysite.com/category/tech/ // category-tech.php mysite.com/category/blog/ // category-blog.php mysite.com/category/featured/ //...
  • May 17, 2022
  • 0 Comments
I have two custom post types (Authors and Partners). I display their archive page’s in the main navigation and use archive-authors.php and archive-partners.php to make a couple small tweaks...
  • May 8, 2022
  • 0 Comments
I have a custom post type called funerals and a page the lists all the posts part of that custom post type. To display a single page I create...
  • May 6, 2022
  • 0 Comments
Is there a way to use different templates for different levels within a hierarchical taxonomy, specified by filename. I know about taxonomy-taxonomyname.php and taxonomy-taxonomyname-term.php templates. Looking for a more...
  • May 6, 2022
  • 0 Comments
I would like to have a different template for categories and subcategories The categories template is set in categories.php is it somehow possible to load the subcategories template from...
  • May 5, 2022
  • 0 Comments