WP-cache Plugin and WP Paginate for Wordpress 2.1x

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tenderobject
    Need Designs? 312352846
    • Dec 2004
    • 11688

    #1

    WP-cache Plugin and WP Paginate for Wordpress 2.1x

    do you have these plugin for wp 2.1x
    seems like my old plugins doesn't work

    thanks in advance..


    NEED DESIGNS?!?
  • Andiz
    Confirmed User
    • Feb 2006
    • 2594

    #2
    Cache: http://mnm.uib.es/gallir/wp-cache-2/

    WP Paginate has no support for WP 2.1x, you can use WP PageNavi instead:
    http://www.lesterchan.net/wordpress/...-pagenavi.html

    Good luck mate

    Comment

    • tenderobject
      Need Designs? 312352846
      • Dec 2004
      • 11688

      #3
      thanks man. got that wp paginate a while searching


      NEED DESIGNS?!?

      Comment

      • tenderobject
        Need Designs? 312352846
        • Dec 2004
        • 11688

        #4
        yo andiz.. is there a way i could attach the code in my index.php instead of my footer.php seems like it doens't work with attaching the code in index.php since my old wp-paginate is attached in my index.php waaaaah


        NEED DESIGNS?!?

        Comment

        • Andiz
          Confirmed User
          • Feb 2006
          • 2594

          #5
          Originally posted by tenderobject
          yo andiz.. is there a way i could attach the code in my index.php instead of my footer.php seems like it doens't work with attaching the code in index.php since my old wp-paginate is attached in my index.php waaaaah
          I used it on the index.php file a couple of times. A great spot is just above the first post.

          The code that I'm using:
          Code:
          <?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } ?>
          You will have to see what works best for your website. Don't be afraid to check out the .php file of the plugin. You can do some neat modifications with changing a couple of values.

          Don't forget to turn off your old plugin and activate the new one.

          Good luck!

          Comment

          • Meorazhar
            Confirmed User
            • May 2005
            • 672

            #6
            i use wp_pagenavi but it has a small issue with presenting duplicate content for SEs. Had to fix the plugin myself.

            Comment

            Working...