Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

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.

share|improve this question
1  
Can we see the code you use to create the custom post type and taxonomy, as there are settings in there which impact on what the url structure will be. In the meantime try hitting save on the permalinks settings page to refresh rules then try /q-categories/books – Liam Bailey Jul 1 '12 at 21:23

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.

1 Answer

I have experienced a problem similar to this before.

Have you enabled Permalink rewrite on your wordpress settings?

If not, try mydomain.com/?post_type=d-questions&taxonomy=q-categories&term=books.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.