Hi,
If you would like to display pagination block in a different place on your site, add the following strings into the file index.php of your theme:
if ( function_exists( 'pgntn_display_pagination' ) ) pgntn_display_pagination( 'posts' );
Also you can display pagination block for paginated posts or pages. Add the following strings into to the appropriate templates source code of your theme:
if ( function_exists( 'pgntn_display_pagination' ) ) pgntn_display_pagination( 'multipage' );
Paste this into the comments template if you want to display pagination for comments:
if ( function_exists( 'pgntn_display_pagination' ) ) pgntn_display_pagination( 'comments' );
Sincerely,
BestWebSoft Support Team