Paginated Pages and Posts
-
The instructions for enabling the pagination on Paginated Posts and Pages is pretty vague. Apparently, I’m supposed to paste
if ( function_exists( ‘pgntn_display_pagination’ ) ) pgntn_display_pagination( ‘multipage’ );
somewhere in a php file, but I’ve tried it in single.php, page.php and content.php to no avail. I saw somewhere that you add it to the function wp_link_pages, but I cannot find that function any where (not in the above pages)
I’m using the Mobile theme by Theme Hall, which is a child theme of Omega
Here is a sample Paginated Page that I’m trying to get this plugin integrated into. Currently it is simply defaulting to the basic pagination format
Any help is appreciated, as this should be a quick fix, once I know where the code needs to go
- The topic ‘Paginated Pages and Posts’ is closed to new replies.