superrobotomonkey
Forum Replies Created
-
Forum: Plugins
In reply to: Tumblerize Not WorkingI’m having the same problem with my site, interested to see if the plugin can be updated.
Forum: Plugins
In reply to: [Plugin: FeedWordPress] Latest 2010.0531 updates won’t work..exact same thing happened to me yesterday. Site went blank after upgrading to the new version of feedwordpress.
I have the plugin currently turned off at the moment, but would love to know how I can get it running again.my site is: https://www.indiemusicfilter.com
Forum: Fixing WordPress
In reply to: RSS Feeds in source show up as links to blog name, not feedsI thought that could have been it too…
to test that, I turned off all my plugins, then cleared cache, reloaded the page, same problem. would that be a way to test that?Forum: Fixing WordPress
In reply to: RSS Feeds in source show up as links to blog name, not feedsI decided to just hardcode the absolute links into the header file.
<link rel=”alternate” type=”application/rss+xml” title=”RSS 2.0″ href=”https://www.indiemusicfilter.com/?feed=rss2″ />
<link rel=”alternate” type=”text/xml” title=”RSS .92″ href=”https://www.indiemusicfilter.com/?feed=rss” />
<link rel=”alternate” type=”application/atom+xml” title=”Atom 0.3″ href=”https://www.indiemusicfilter.com/?feed=atom” />
<link rel=”alternate” type=”application/rss+xml” title=”<?php bloginfo(’name’); ?> RSS Comments Feed” href=”https://www.indiemusicfilter.com/?feed=comments-rss2″ />not sure what the problem was, but this seems to fix my problem.
Forum: Fixing WordPress
In reply to: RSS Feeds in source show up as links to blog name, not feedsThat is the exact code that I have in the header.php file.
But, when you view it from the page source, it shows with “Indie Music Filter”.
So is it possible that its not finding the correct rss2_url, rss_url, and atom_url urls properly?
Forum: Fixing WordPress
In reply to: RSS Feeds in source show up as links to blog name, not feedsHey Esmi,
I had just tried putting the head tag after the rss links to see if that fixed the problem (some other blogs I had checked had the feed urls within the head tags).
With that change, I still seem to have the same problem.
Thanks for the validation error link, I’ll be sure to start looking into the problems in my theme, but I wonder if any of the changes I can make will fix this problem of the rss feed urls.
Got any more ideas?
CForum: Fixing WordPress
In reply to: RSS Feeds in source show up as links to blog name, not feedsForum: Fixing WordPress
In reply to: RSS Feeds in source show up as links to blog name, not feedsFeed seems to be okay, but where its listed in the source, it links to https://www.indiemusicfilter.com/Indie Music Filter.