Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 06-16-2010, 04:01 AM   #1
Sarah_Jayne
Now with more Jayne
 
Sarah_Jayne's Avatar
 
Industry Role:
Join Date: Dec 2002
Location: Los Angeles
Posts: 40,077
Looking for a WP post rotation plugin

Is there one where certain posts can be excluded from the rotation? For example, I may have some posts that were pretty time specific and themed towards past current events. I want to rotate posts but not those. Anybody know a WP plugin that will do that?

Thanks!
Sarah_Jayne is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-16-2010, 04:28 AM   #2
The Duck
Adult Content Provider
 
The Duck's Avatar
 
Industry Role:
Join Date: May 2005
Location: Europe
Posts: 18,243
I second that request however I do not require to exclude certain posts.
__________________
Skype Horusmaia
ICQ 41555245
Email [email protected]
The Duck is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-16-2010, 04:31 AM   #3
naughtylaura
Naughty Laura
 
naughtylaura's Avatar
 
Industry Role:
Join Date: Jan 2007
Posts: 1,198
I think its called oldest to newest

http://ryowebsite.com/wp-plugins/old2new/
__________________
Custom Butt Plugs & Kink items!
naughtylaura is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-16-2010, 05:11 AM   #4
ruff
I have a plan B
 
ruff's Avatar
 
Industry Role:
Join Date: Aug 2004
Location: Seattle - Miami - St Kitts
Posts: 5,501
The closest thing I have found is "Old Post Promoter". It just rotates posts randomly. Still might be worth something. You can find it here: http://www.blogtrafficexchange.com/wordpress-plugins/
__________________
CryptoFeeds
ruff is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-16-2010, 05:36 AM   #5
asianseekerz
Confirmed User
 
asianseekerz's Avatar
 
Join Date: Aug 2008
Posts: 1,609
hoping somebody could suggest which of the pluggins is the best!!!!!
__________________
LUSTY LIFES : Dad & Daughter Wild Adventures : Naughty Wild Sister
Contact : ICQ : 372109
Email add: [email protected]
asianseekerz is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-16-2010, 06:07 AM   #6
fris
Too lazy to set a custom title
 
fris's Avatar
 
Industry Role:
Join Date: Aug 2002
Posts: 55,287
Quote:
Originally Posted by Sarah_MaxCash View Post
Is there one where certain posts can be excluded from the rotation? For example, I may have some posts that were pretty time specific and themed towards past current events. I want to rotate posts but not those. Anybody know a WP plugin that will do that?

Thanks!
I would do a custom loop and exclude those posts, although their might be a plugin for this.

Code:
// 1,2,3,4 are post ids.

<?php $args = array('orderby' => 'rand','showposts'=>5,'post__not_in'=>array(1,2,3,4));?>

<?php $custom = new WP_query($args);?>

<?php if ($custom->have_posts()) : ?>
<?php global $wp_query; $wp_query->in_the_loop = true; ?>
<?php while ($custom->have_posts()) : $custom->the_post(); ?>

<a href="<?php the_permalink() ?>"><?php the_title(); ?></a>

<?php endwhile; ?>
<?php endif; ?>
__________________
Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.


WP Stuff
fris is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-16-2010, 06:24 AM   #7
Sarah_Jayne
Now with more Jayne
 
Sarah_Jayne's Avatar
 
Industry Role:
Join Date: Dec 2002
Location: Los Angeles
Posts: 40,077
Yeah, you would think other people would have wanted something like it in the past.
Sarah_Jayne is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.