I'm not sure why the tag isn't showing in my sidebar when I am looking at that a tag page?
[Code moderated as per the Forum Rules. Please use the pastebin]
[No bumping, thank you.]
I'm not sure why the tag isn't showing in my sidebar when I am looking at that a tag page?
[Code moderated as per the Forum Rules. Please use the pastebin]
[No bumping, thank you.]
here's my code...
single_tag_title() only works in tag archive pages -
http://codex.wordpress.org/Function_Reference/single_tag_title
what are you trying to show?
consider using http://codex.wordpress.org/Function_Reference/get_the_tags
I know that... and i want the tag to show in the sidebar of my tag page
I'm trying to show the code that I pasted in pastebin
the code pasted in the pastebin will not work, possibly because you are using a new query for the loop.
try to save the single tag title to a variable before the query_post line.
then echo that variable in the loop.
i have no idea how to do that
Thanks so much for that, it worked a treat. I owe you a beer :)
You must log in to post.