Having custom category/taxonomy show in category page
-
So I have a little bit of an issue.
I have been so far so good setting up a custom post type called “Schools” and have it working to connect to all the custom post links and that sort of thing.
The issue I am running into is that how do I take <h1 class=”cat-head left”><?php single_cat_title(); ?></h1> and make it to where it show not only single_cat_title, but alternatively a custom cat title such as the one I have with “Schools” displaying what ever the school name is.
Link to current page with a regular category: https://floridahsfootball.com/category/football/
Link to current page with a school category that is not displaying the school name: https://floridahsfootball.com/schools/american-heritage-plantation/
Thanks in advance for the help!
- The topic ‘Having custom category/taxonomy show in category page’ is closed to new replies.