Good afternoon,
I feel some difficulties to configure a plugin of navigation, it is about wp-paginate. I followed the instructions of the installation and I have to add the line of code in index.php <?php if(function_exists('wp_paginate')) {
wp_paginate();
} ?>
The result is contrasted in the measure or I find differents results which I look for. Either the pagination is at the top, or it is below with a message " This can be edited at Atahualpa Theme Options - > Style and edit the Center column ". The administrator of the plugin suggests to delete the line of code Replace your existing previous_posts_link() and next_posts_link() code block with the following:
« <?php /* This outputs the next/previous post or page navigation and the comment template.
This can be edited at Atahualpa Theme Options -> Style & edit the Center column */
bfa_center_content($bfa_ata['content_below_loop']); ?>
and it's impossible to leave a comment for each post
T tried to delet 1 /2 or 2/2 message in index.php below and checking in ATO Home link in Nav. on MULTI post pages? With the code or name of plugin.
Could you explaim to please what is the solution please ?
Thank you
Stefane