bloginfo('rss2_url') not displaying categories
-
In the footer of my site, I have a link to the RSS feed, like this:
” class=”rss”><img src=”<?php bloginfo(‘template_url’);?>/images/rss.png” alt=”RSS” />RSSThe way we set up this site is lke this:
sitename/postname
sitename/category/postname
etc.In the second case, the URL of the feed should be sitename/category/feed/, but instead it then displays the same URL as in the first case, which is sitename/feed/.
So the question is: why is bloginfo(‘rss2_url’) ignoring the category of the current post?
- The topic ‘bloginfo('rss2_url') not displaying categories’ is closed to new replies.