Display feedburner subscribers count in single.php
Chances are your server has magic quotes turned on. Try changing line 76 to: $xml = new SimpleXMLElement(stripslashes($data)); (via DGrigg)
Chances are your server has magic quotes turned on. Try changing line 76 to: $xml = new SimpleXMLElement(stripslashes($data)); (via DGrigg)
As @Rarst pointed out, there is no implementation of a favicon in the RSS spec (although there does seem to be one for Atom). Feedburner (and other readers) rely on the de-facto standard that the favicon exists at the website root; http://example.com/favicon.ico Some clients may also try .png or .gif, but your safest bet is … Read more
That’s weird, but you can try this. Go to WordPress Dashboard > Settings > Writing administration screen, and to the existing URIs listed under Update Services, add this: http://ping.feedburner.com More Info: WordPress Codex — XML-RPC Ping Services
Well, Feedburner and AdSense don’t work well together any more. Google is progressively shutting that down. You can read about it in their official “Spring Cleaning” announcement. But also, you likely have a major issue with your site in general. This is what I see when I try to visit your blog page: Now that … Read more