I am working on a wordpress site and configured my RSS
feed with FeedBurner. Whenever I’m publishing a post, it’s immediately send to My RSS feeds. If any typo found out later, I need to login to FeedBurner to re-sync it.
My Questions on this are,
- Is there any automated way to enforce a sync at Feedburner if I publish a post again?
OR
- Is there any way to have a separate publish only for RSS? ie, I’ll do that after all my proof reading is completed.
OR
- Is there any way to delay publishing a post to RSS from the actual time I really publish the post?
Answer to any question is appreciated.
I would advice you to go with the 3rd option, which works for me for ages.
add following to your
functions.php
and don’t forget to add filter.
See WP Engineer post as well, for more details.