Tagged Questions
1
vote
2answers
246 views
Exclude Tags from get_the_tags
While following this article to get tags by date, I was wondering if I could exclude certain tags from what gets returned. The point is to have trending tags but some tags will always be there and I ...
0
votes
2answers
513 views
How to exclude/filter a tag from get_the_tag_list()
Does anyone know how to exclude/filter a tag from the HTML string generated by get_the_tag_list()?
http://codex.wordpress.org/Function_Reference/get_the_tag_list
Any help much appreciated.
0
votes
2answers
180 views
Add exception for specific tag
I'm using this piece of code to generate Related Posts by looking at the tags of posts. The problem is I have use a tag named Featured in order for a post to show up in a slideshow. So posts are ...
3
votes
1answer
601 views
Exclude Specific Term from Search
It is possible to search for posts with a specific term by appending the URL with:
?&term=abc
Is it possible to do the opposite and search excluding a specific term? Something like:
...