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.

 

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
New Webmasters ask "How-To" questions here. This is where other fucking Webmasters help.

 
Thread Tools
Old 02-26-2013, 05:00 AM   #1
Deputy Chief Command
Deputy Chief Command
 
Industry Role:
Join Date: Nov 2005
Posts: 4,482
Wordpress : scheduled posting

Lets say I have a wordpress blog with 500 quality posts. Now I don't want to post any new stuff anymore I just want to repost the 500 I have already.

How would I go about this? I would want to daily have 4 or 5 random updates at a set time. Is this possible? IF so how ? Am kind of new to wordpress
__________________
Deputy Chief Command is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook
Old 02-26-2013, 11:56 AM   #2
johnny_d
Confirmed User
 
Industry Role:
Join Date: Sep 2012
Posts: 827
It doesnt look like there is a plugin for something like this, so you need to do it by hand. Go to Dashboard -> Posts -> Quick Edit, and change the status of some of the posts from Published to Draft. Then you can Edit the drafts, and schedule them to get published in the future.
johnny_d is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook
Old 02-27-2013, 01:54 AM   #3
astronaut23
Confirmed User
 
Industry Role:
Join Date: Jan 2012
Posts: 310
I would advise against posting the same content again because you will get a duplicate content penalty from Google.

I know of a way how you can randomize the post order of the posts you already published, if that`s of any help. That way, when people visit your site, they will always see different posts on the first page, so it would look like you have new posts.

To do this, you need to edit the index.php file and find

Code:
<?php if (have_posts()) : ?>
and just below that line, paste this

Code:
<?php query_posts($query_string . '&orderby=rand') ?>
If I`m not mistaken, the full thing should look like this:

Code:
<?php if (have_posts()) : ?>
<?php query_posts($query_string . '&orderby=rand') ?>
	<?php while (have_posts()) : the_post(); ?>
Or something like that, depending on theme. Also, remember to backup your index.php file first, if anything goes wrong.
astronaut23 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook
Old 02-27-2013, 07:10 AM   #4
Simon
Confirmed User
 
Simon's Avatar
 
Industry Role:
Join Date: Aug 2003
Location: Florida's Kinky Keys
Posts: 189
Take a look at these...

http://wordpress.org/extend/plugins/...-newest-redux/

http://ryowebsite.com/wp-plugins/old2new/

http://wordpress.org/extend/plugins/old-post-promoter/

HTH


P.S. If anyone knows how to make one of these select an older post to promote which is "older than ___ days but not older than ___ days" that would be a nice option to have. Right now one of them will choose based on "older than" only and the others will simply choose the oldest post available.
__________________
See most arguments on GFY explained in about 5 seconds
email: simon <at> IndustryInc dot com | icq: 269~043~019
"If you want a happy ending, that depends, of course, on where you stop your story."
Simon is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook
Old 02-27-2013, 11:48 PM   #5
Tom.K
Confirmed User
 
Industry Role:
Join Date: May 2011
Location: Prnohrad
Posts: 422
try also OPS Old Post Spinner wp plugin
Tom.K is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook
Old 02-27-2013, 11:49 PM   #6
Tom.K
Confirmed User
 
Industry Role:
Join Date: May 2011
Location: Prnohrad
Posts: 422
it actually duplicates a post, but is making them unique via spinning
Tom.K is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook
 
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.