themeskult / wp-svbtle

Wordpress Admin & Theme inspired by Svbtle
http://wp-svbtle.com
1.45k stars 220 forks source link

Feed not working #133

Open rickyrauch opened 11 years ago

bobgreenlees commented 11 years ago

Feed isn't working with Google Reader / Feedly, etc. Any help?

dasrecht commented 11 years ago

@gravityonmars @bobgreenlees does this still exist on your end? on my installation the feed is valid and displayed without problems.

samdoidge commented 11 years ago

Feeds from a few months ago were accessed by: /feed/
but now via: /?feed=rss2

If that is part of any of the problems experienced

dasrecht commented 11 years ago

i think this hardly depends on the settings of every blog.

the feeds are processed by

<?php bloginfo('rss_url'); ?>

so if the feed isn't working properly it's a wordpress related issue and not based on the theme

samdoidge commented 11 years ago

I'm not saying it's a theme issue - it works for me as well, but may explain why they have had problems.