Results 1 to 6 of 6

Thread: looking for a WP plugin

  1. #1
    virgin by request ;) HunkyLuke's Avatar
    Join Date
    Mar 2008
    Posts
    3,194

    looking for a WP plugin

    Hey, anyone know of a good WP plugin that will recycle the oldest article back to being new so that there is a new recycled article on the front page daily?
    Luke H.
    Marketing Director
    Zbuckz.com, Jbuckz.com, Dickbank.com, Glamourbuckz.com


  2. #2
    I've got more gay in my little pinky, than you have in your entire body
    Join Date
    Jul 2007
    Posts
    195
    That should be easy to do by a coder, but here is something:

    http://111waystomakemoney.com/powerf...post-promoter/
    Bert

    TwinkPay
    Skype: asiagayboy
    ICQ: 586-290-229


  3. #3
    virgin by request ;) HunkyLuke's Avatar
    Join Date
    Mar 2008
    Posts
    3,194
    Thanks Bert, checking it out!
    Luke H.
    Marketing Director
    Zbuckz.com, Jbuckz.com, Dickbank.com, Glamourbuckz.com


  4. #4
    They have computers, and they may have other weapons of mass destruction x0pa's Avatar
    Join Date
    Apr 2008
    Posts
    1,014
    omg i used to know just the thing, if it comes to me i will let u know Luke
    Dade Williams
    ICQ: 482644794


  5. #5
    Am I Bitter?...Absolutely
    Join Date
    Apr 2009
    Posts
    217
    DIAMONDGAYS.com - fresh twinks and best ratio! Highly recommended!


  6. #6
    virgin by request ;) HunkyLuke's Avatar
    Join Date
    Mar 2008
    Posts
    3,194
    So I was searching and testing these and found a pretty simple solution that doesn't break my permalink structure which has dates in it.

    First off, install a WP Cache manager, I used WP Simple Cache. Then set the cache time to 24 hours. Finally, modify the main index template to show random posts by changing this line:
    PHP Code:
    old:
    <?php if (have_posts()) : ?>

    new:
    <?php query_posts(array('orderby' => 'rand''showposts' => 10)); if (have_posts()) : ?>
    It doesn't resubmit the posts, per se, but it does always keep the homepage fresh with new content and doesn't break dated permalinks.

    You can see this method in action on our new GWW articles blog at http://directory.gaywidewebmasters.com/articles/
    Luke H.
    Marketing Director
    Zbuckz.com, Jbuckz.com, Dickbank.com, Glamourbuckz.com


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •