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
Original issue reported on code.google.com by
serverad...@twiginteractive.com
on 21 Sep 2012 at 1:28