Tagged Questions
1
vote
0answers
40 views
How to build a simple nav system of custom post type categories and its posts?
I've been searching the web for a long time now, but couldn't find a solid simple anwser to, what seems to be a basic question:
I have to output a list of custom post type categories and the posts of ...
2
votes
1answer
263 views
Search through custom post type and custom fields takes 5 minutes
I got strange problem and im stuck. I have custom post type with around 15 custom fields.
I moved data from old db (not wp) by using wp_insert_post ,update_post_meta and wp_set_object_terms.
All ...