Paging
-
I just noticed that there is no paging for Archives. I see it there:
if(function_exists(‘wp_pagenavi’)) {
wp_pagenavi();
} else {
wp_link_pages();
}But for some reason it’s not firing. I know nothing about PHP, but I do write C++ and Java code so I can navigate somewhat.
Is there some setting that needs to be activated to get paging to work?
- The topic ‘Paging’ is closed to new replies.