(Dynamically) Decrease the actual image size for downloads
You probably must do a function on function.php file in to your template. Reference1 : How to edit the wordpress RSS feed Reference 2: the_post_thumbnail
You probably must do a function on function.php file in to your template. Reference1 : How to edit the wordpress RSS feed Reference 2: the_post_thumbnail
It actually is working, though FeedBurner doesn’t include it in the HTML page. When I add it to a feed reader, the authors show up. I’m not completely familiar with FeedBurner, perhaps there’s a settings for that?
I think this is how it works: You need to manually create feeds in Feedburner.com for categories. You can use a URL like this: feeds.feedburner.com/Lovefood_burgers In wordpress you would create the main feed in the FD Feedburner plugin: feeds.feedburner.com/Lovefood Choose the option: Append category/tag to URL for category/tag feeds … Now when you select a … Read more
I believe this forum post in the WordPress.org Support Forums will help. If you’d like me to research it more, I’ll update this post as I go… I hate telling someone to disable something without having a fix when it’s re-enabled.
The issue is likely that you have an improperly formatted post or headline in your XML feed that is breaking Feedburner. You should verify that your HTML tags are all properly closed in your first 10 posts.
Just an idea. I use rewrite rules to serve my WP blogs over TLS/SSL only. In wordpress I set the url to https:// as well. Might be worth a try to set the blog url to http// and create a rewrite rule (apache/nginx) to use https except the url contains /feed. Not tested.
How to regenerate RSS feed URL like FeedBurner?
Life after Feedburner and their email subscription
Chances are your server has magic quotes turned on. Try changing line 76 to: $xml = new SimpleXMLElement(stripslashes($data)); (via DGrigg)
WordPress Codex – Feedburner Use the ones listed on this page, and in the future use WordPress StackExchange for questions about WordPress.