I have a custom post type called d-questions, and a taxonomy called q-categories with a term called books.
The problem is that I can not find the right URL to get the list of post belonging to the books term.
I tried www.mydomain.com/d-questions/q-categories/books and www.mydomain.com/q-categories/books and othet variations, but all the time I get 404 error.
FIXED
I have instaled this plugin: http://wordpress.org/extend/plugins/custom-post-type-permalinks/ (and I use get_term_link()) and now it works fine.
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
|
|||||
|
closed as too localized by toscho♦ Jul 1 '12 at 23:49
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.
|
I have experienced a problem similar to this before. Have you enabled Permalink rewrite on your wordpress settings? If not, try |
|||
|
|