Vizworld
Forum Replies Created
-
I’m seeing it as well. The glitch seems to be that https://dashboard.wordpress.com/wp-admin/index.php is redirecting to your own server’s login page, instead of returning the correct text for the Flash BarChart.
I assume this is related to the new Charting technology they’re rolling out ( http://blog.theunical.com/cms/opensource-cms/wordpress/wordpress-integration/wordpress-new-stats-plugin/ ).. Hopefully it’ll be resolved soon.
Forum: Fixing WordPress
In reply to: Site Crashing FireFoxOh.. duh.. The website is http://www.vizworld.com
Forum: Your WordPress
In reply to: rss feeds no link pointing towards main postI’m experiencing the same.. Thanks for the tip on the Google Analytics plugin.. With that tip, I was able to fix it.
Forum: Plugins
In reply to: [Plugin: Google News Sitemap Generator] Category keywordsI really like this plugin, but I have to echo what someone else said: It doesn’t work for future-scheduled post. I tend to generate posts in bulk (5 or so at a time) and schedule them to post at 30-min/1hour intervals, and this plugin won’t regenerate the sitemaps.
Anyone know how to fix this? I tried adding the following:
add_action('publish_future_post', 'write_google_news_sitemap'); add_action('private_to_published', 'write_google_news_sitemap');But those don’t help either.