Wordpress Theme Help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Snake Doctor
    I'm Lenny2 Bitch
    • Mar 2001
    • 13449

    #1

    Wordpress Theme Help

    For some reason I can't get the "NEXT PAGE" "PREVIOUS PAGE" links to show up on any of my blogs.

    I've tried <?php wp_link_pages(); ?>
    and
    <div align="center" class="center">
    <?php posts_nav_link('&nbsp;|&nbsp;', __('<strong>&laquo; Previous Page</strong>'), __('<strong>Next Page &raquo;</strong>')); ?>
    </div>

    But nothing shows up on the page, not even an error.
    I'm using version 2.7



    plskthx
    sig too big
  • newbreed
    Confirmed User
    • Nov 2003
    • 9898

    #2
    I had the same problem with some of my templates.

    I changed my pagination by adding this plugi-in, and haven't ever had any other problems.

    http://www.seoegghead.com/blog/seo/w...ased-p331.html

    Make sure you check the box in the admin that will insert the code in to your pages.

    Loryn ‎(3:16 PM):
    I love it, just as long as we keep the bedroom door closed from all ears then we can have throw down hard core sex that makes us money haha
    fuck it we can have sex on money never did that before

    Comment

    • fris
      Too lazy to set a custom title
      • Aug 2002
      • 55679

      #3
      2.7 changed the way it does it.

      Code:
      <div class="navigation">
      <div class="alignleft"><?php next_posts_link('&laquo; Older Entries') ?></div>
      <div class="alignright"><?php previous_posts_link('Newer Entries &raquo;') ?></div>
      </div>
      Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.

      Comment

      • Snake Doctor
        I'm Lenny2 Bitch
        • Mar 2001
        • 13449

        #4
        Originally posted by fris
        2.7 changed the way it does it.

        Code:
        <div class="navigation">
        <div class="alignleft"><?php next_posts_link('&laquo; Older Entries') ?></div>
        <div class="alignright"><?php previous_posts_link('Newer Entries &raquo;') ?></div>
        </div>
        Yeah I found that in the codex but it didn't work. Nothing shows up, not even an error msg.

        I figure I can't be the only one who had this problem so I'm hoping someone who upgraded before me found the fix.
        sig too big

        Comment

        • fris
          Too lazy to set a custom title
          • Aug 2002
          • 55679

          #5
          No idea then, all of my clients request the page numbering rather than next/prev posts
          Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.

          Comment

          • DK
            Confirmed User
            • Nov 2001
            • 1273

            #6
            Try the Page-navi plugin
            skype: romeoblu

            Comment

            Working...