Tagged Questions
0
votes
1answer
298 views
Pagination for category slug returns 404 when page >= 2
I have a custom type and the slug is:
'rewrite' => array('slug' => 'blog/%blogs_tax%'),
And after register_post_type() I have a function to rewrite the slug variable.
I works fine, but I ...
4
votes
2answers
1k views
Change the “page” slug in pagination
Simple question. When pagination is activated, the URL changes to "site.com/page/2". For my site, this should be "site.com/paggetto/2".
How can I change that rewrite rule? I also want to change ...
0
votes
1answer
683 views
Custom Post Type pagination when CPT 'rewrite' rule and a page have the same slug
I would like to achive the following link structure on my site:
/properties/ -> a properties page with properties CPT, page 1.
/properties/page/2 -> a properties page with properties CPT, page 2.
...