Posts Tagged ‘ WordPress Feed ’

Publish your WordPress site’s Feed Later

Wednesday, February 17th, 2010

If you have ever faced the problem of publishing a post with an error that you haven’t noticed but this post is already included in a feed that is published to the whole world, then you will probably find this article very useful!

Using the following code you can have your new posts published to your feed 15 minutes later. Of course you can adjust the time and unit at will. Edit your theme’s functions.php file and add the following code:

/**
* publish the content in the feed later

read more...