allenwan / thematic

Automatically exported from code.google.com/p/thematic
0 stars 0 forks source link

get_feed_link() breaking RSS feed URLs for child themes #160

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It looks like the URLs generated by the updated thematic_show_rss() and 
thematic_show_commentsrss() functions are incorrect.

They produce /feed/rss2_url/ instead of /feed/ etc. - resulting in a 404.

Reproducible by:

* clean install of WP 3.3
* install thematic 1.0.2.1
* create & activate child theme by copying out the "thematicsamplechildtheme" 
folder
* setting (THEMATIC_COMPATIBLE_FEEDLINKS = true) in child theme functions.php

View source - the feed URLs are wrong (whether you have permalinks on or not)

It was working fine when these functions used get_bloginfo('rss2_url'), and if 
THEMATIC_COMPATIBLE_FEEDLINKS is set to FALSE, the native RSS links work 
correctly.

Original issue reported on code.google.com by serverad...@twiginteractive.com on 21 Sep 2012 at 1:28

GoogleCodeExporter commented 9 years ago
Sorry - meant clean install of WordPress 3.4.2 (latest as of today)

Issue still present.

Original comment by serverad...@twiginteractive.com on 21 Sep 2012 at 1:32