Forums
(@sosdown)
13 years, 5 months ago
Thank you so much for your help.
Alchymyth. you are awesome.
<div class="newslist"> <ul> <?php query_posts( 'posts_per_page=10' ) ; if (have_posts()): while (have_posts()):the_post(); ?> <li> <a href="<?php the_permalink() ?>" rel="bookmark" title="Read about <?php the_title_attribute(); ?>"> <?php the_title(); ?></a> <span> <?php the_date('y-m-d', '<h4 />'); ?> </span> </li> <?php endwhile;endif;wp_reset_query();?> <div class="news_page"></div> </ul> </div> </div>
my code is the above. can anyone help me with the pagination?
im running the site locally.
Im not ready to upload it to my server yet.
I tried all three links from alchymyth.
I couldnt solve my problem. I typed in <?php next_posts_link(); ?>
<?php next_posts_link(); ?>
but theres nothing show up