Custom Post Type – Taxonomy Issues
-
I’m currently working on a site that is using 3 Custom Posts (Custom Post UI Plugin). The “News Center” custom post contains 3 categories – setup via the “Taxonomy” section of the plugin.
Setting up taxonomy-newscategories.php is properly displaying the “News Center” text that I have hard coded to the main landing page. However, when going to actual article page it’s calling the single.php template file (which is pointing to the actual blog).
I attempted to setup single-newscategories.php but it will not call the template, I’ve also done single-newscategories-catname.php, as well as taxonomy-single-newscategories.php and still am not seeing anything.
I attempted to use the code provided on:
http://wordpress.org/support/topic/taxonomy-title-output?replies=7However, it’s still calling the single.php file by default (which I did paste the code into and it displayed nothing) so I have absolutely no idea how to get the Taxonomy Title to display on the page for the newscategories taxonomy area.
Help?
The topic ‘Custom Post Type – Taxonomy Issues’ is closed to new replies.