I have created a post type named ‘faq’, and a page ‘faq’ for displaying the posts under faq. Also I have created a page template name faq and selected...
I currently have a setup where I have a custom taxonomy that is link to the WordPress post post type and another custom post type. Since the custom taxonomy...
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/ //...
How would I use the same template file for, say three specific taxonomy terms but not the remaining three? I know taxonomy-taxname.php is the file for all terms I...
I’m building a theme and I’ve found it all pretty simple and straightforward. However, I can’t figure out why I have a totally blank page for my archive WordPress...
I would like to know what is the best way to create a different template for parent and children categories and/or taxonomies. Example: I have a taxonomy called region,...
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...
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...
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...
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...