Hey,
I had the same problem. What you need to do is go into your wp-includes/feed.php file and search for
$feed->set_cache_duration(apply_filters('wp_feed_cache_transient_lifetime
There’s a value at the end of that line of text, mine was at 43200 which is = a refresh rate of 20 hours. I changed it to 1200 which is a 20 minute refresh rate. You can googele “SOA refresh rate” to figure out different numbers. Hope that helps.
Hi Esmi,
I run a few side blogs that I sort of aggregate into my main blog.
I use Autoblogged to pull in the posts from my other blogs, so the posts are being created automatically.
There’s an option to have Autoblogged create a new custom field for each post it parses, but since the hyperlink will be different in each post, so will the value for my custom field, so I was looking for a way to grab the post’s hyperlink and insert it into that custom field on the fly. It really doesn’t matter if I can do it via Autoblogged or a seperate plugin, as long as it works.
How would I go about parsing the entire post content?
Thanks