Implemented our first official WordPress plugin EBH_Track, used to track visitors. It will be released to the public after through testing.
-
Archives
- January 2012
- September 2010
- April 2010
- November 2009
- September 2009
- May 2009
- April 2009
- March 2009
- January 2009
- December 2008
- November 2008
- September 2008
- August 2008
- July 2008
- April 2008
- December 2007
- November 2007
- September 2007
- August 2007
- June 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- August 2006
- July 2006
- May 2006
- April 2006
- March 2006
-
Meta
What I want to do on my blog, is every few hours take the oldest post and move it to the
front of the queue, all automatically. Anyone know if there is a plugin that can do this or
a simple way to set up another plugin to do this (use my own feed perhaps)?
Thanks.
Depends why you are trying to do this. If you are just looking to keep things fresh on the front page, you can probably just hack together a php script and a cron job to insert it into the database as a new comment. I’m not 100% certain that that will set off the “new post” alarm on linked sites, but it should do the trick.