Tagged Questions
1
vote
1answer
173 views
How can I make a post that belongs to a category or have specific tags, display different from the other single posts?
How can I make a single post display different from the other single posts when I add it to a specific category.
example: I have a post that is in 3 categories: music, songs & video clips. I ...
1
vote
2answers
549 views
In need of array of post tags
On the single-post page within the loop I need an array of the_tags() which is a string. and get_tags() gives me all of the tags not only this posts. Is there an easy way to get this?