function equivalent to single_term_title();?
-
So, I’m doing my custom taxonomy page taxonomy-blog_cats.php and I found myself before an akward question. How do I get to display the name of the taxonomy? I tried using the_title(); – It returns me the name of the first matched post
I tried single_cat_title(); – returns me nothing
I tried single_tag_title(); – returns me nothing
I tried single_post_title(); – same as the_title();
How do I work around this? thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘function equivalent to single_term_title();?’ is closed to new replies.