Hello
I had a look content-extensions.php but did not find which section I have to delete in order to remover within the post the next and/or previous pots. This is not Google Friendly.
I tried to delete this :
<ul class=”default-wp-page clearfix”>
<li class=”previous”>
<?php next_posts_link( __( ‘« Previous’, ‘interface’ ), $wp_query->max_num_pages ); ?>
<li class=”next”>
<?php previous_posts_link( __( ‘Next »’, ‘interface’ ), $wp_query->max_num_pages ); ?>
But no change…
Would you tell me what to do.
Thx!!
ps: this should be an option within your thme. The pro one does have it ? And also, double Title H1 and H2 (same content) on post article, not Google friendly either.