I searched everywhere but couldn't find the solution to this problem. I have the newest version of feedwordpress installed, and even though it includes an auto updating feature, that doesn't work very reliably for me so Im trying to create a cron job to handle it. I created the cron job as specified, which looks like this: */15 * * * * curl http://www.mysite.com/ > /dev/null Code (markup): This cron job still does not update the feeds. Has anyone had any success with this? Is there something wrong with my cron job or....?