Tagged Questions
0
votes
1answer
61 views
Problem with permalink structure for Wordpress custom post_type archive template
I have looked at other similar answers to this question but not finding my way.
I am using Custom Post Types plugin for a custom post_type called 'product' and has_archive is set to 'true' in the ...
2
votes
3answers
3k views
Custom post type pagination 404 fix?
Been trying to get this working all day but haven't had any luck...
I have a custom post type called 'news' and an archive template (archive-news.php), here I'd like to show 2 posts with pagination, ...
1
vote
1answer
1k views
Including post_type = 'wiki' in author archives
For a user with wiki-update permission only, I want to list their wiki articles in the author archive page. Currently, it comes back with "NOT FOUND Apologies, but ...".
I am using the Twenty-ten ...