The tag has no wiki summary.

learn more… | top users | synonyms

-1
votes
2answers
95 views

Pass data between pages

How would you solve this? On a post page (single.php) I need to echo out name of taxonomy that lead to it. So if I browse a list of posts from certain taxonomy and click on a post, I need on that ...
0
votes
1answer
54 views

?taxonomy_name=slug shows both posts and pages

Visiting mysite.com/?taxonomy_name=slug, or otherwise querying for a taxonomy, lists both matching posts and pages. (My taxonomy applies to both posts and pages.) I would prefer that it listed ...
0
votes
1answer
28 views

get IDs from links categories

How I can get the IDs of all my links categories? I'm writting a plugin to bookmark more easy using wp_insert_link() function. Any ideas?
1
vote
0answers
76 views

How to display term description in empty terms archive?

I list all terms from a taxonomy, even the empty ones, but I found out that at least in 2010/2011 themes I got a 404-like message, the default seems to only display the term description when at least ...