hey
i'm use wordpress customize post type for my gallery at
http://www.tazehaonline.ir/gallery
with the permalink format
/%year%/%monthnum%/%postname%/
but after add page number or next page show 404 nothing found
http://www.tazehaonline.ir/gallery/page/2/
this is very important for me :(
help me!
If you are using a custom query to make that page you should add $paged, example:
$wp_query->query('cat=31'.'&paged='.$paged);
This enables the pages to work!
hi poil11 tnx for reply
but i'm not use customize category , i'm use customize posttype
my code for show gallery post is:
[Code moderated as per the Forum Rules. Please use the pastebin]