Chris Sealey
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Get all tags used in custom post typeDecided to take a different approach with this.
Forum: Fixing WordPress
In reply to: RSS Feed doesn't exist?pauloamaral,
Every link on your site is broken, not just the RSS. Every page, post, category, tag—they all return 404s. Have you got your permalink structure setup properly?
I ask this, because when I go directly to a page, for eg. http://blog.sunsettables.com/?p=4 it works. My guess is that your problem lies in the .htaccess file.
Forum: Fixing WordPress
In reply to: RSS Feed doesn't exist?Thanks mate. Almost always, it’s staring you right in the face and you just need a nudge from someone else. Thought I’d utilise the forums to get just that.
Thanks again!
Forum: Fixing WordPress
In reply to: RSS Feed doesn't exist?You sir, are a genius!
That wasn’t quite it, but you led me in the right direction. The problem was, I’m using custom post types on my site; articles and projects—there are no “posts”.
When WordPress sees there are no posts, it looks like it just throws this error. All I needed to do was change the URL to this: feed://51bits.com/feed/?post_type=articles
Bingo.
Thanks mate, that was all I needed: a slap in the face!