“php the_tags” just for a certain group ?
-
Hello !
(french here, sorry for my english…)Thanks for the plugin, that helped me a lot. I am kind of a newbie (pretty lost outside html/css, that’s why i use plugins), so if the question that follows is too much work, no problem !
In my “content-single.php”, I call all the tags of the post (to show the list of them) like that :
<?php the_tags( '# ', '<br/># ', '' ); ?>
I would like to call only the tags of one specific group (in order to separate them by groups on the list). Is there a way (a kind of “php this_group”) to do that with the groups of this plugin ? (i have the free version).
What I see in the documentation seems only to concern tag clouds, but maybe i missed something…
Thanks again for the plugin !
- The topic ‘“php the_tags” just for a certain group ?’ is closed to new replies.