I'm just trying to find :
<?php while ( have_posts()) : the_post();?>
<h1>"><?php the_title();?></h1>
<?php endwhile;?>
a way for the code to display next page titles, is it possible to reach the post in the next page ?
I'm just trying to find :
<?php while ( have_posts()) : the_post();?>
<h1>"><?php the_title();?></h1>
<?php endwhile;?>
a way for the code to display next page titles, is it possible to reach the post in the next page ?