Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter bbee

    (@bbee)

    Josh and alchymyth, Thank you so much for your quick and great advices!! I really appreciate it!

    Josh, I haven’t tried the plugin yet but will look into it!, Thank you so much!

    alchymyth, I tried and followed your advice and it worked at last! Yeah!!!!

    Your advice is so clear and I was able to learn some php! When I just copied and pasted it to my PHP, it didn’t look quite right. (“next/previous page” shows up on middle of the posts)

    But knowledge you shared with me enable to look for better, and I found below and just pasted it. Voila!

    I really really thank both of you for helping me!!

    <div class=”postnav”>
    <div class=”navigation”>
    <div class=”alignleft”><?php next_posts_link(‘? Older Entries’) ?></div>
    <div class=”alignright”><?php previous_posts_link(‘Newer Entries ?’) ?></div>
    </div>
    </div>

Viewing 1 replies (of 1 total)