Hi i am using 2.1.2 and everything is fine on it. i am using this code for showing rss image feed for each category
<?php wp_list_categories("sorderby=name&show_count=1&feed=RSS&title_li&feed_image=wp-content/plugins/widgets/rss.png"); ?>
and it generate on front page this true URL:
http://www.mazdakam.com/weblog/wp-content/plugins/widgets/rss.png
so it is work on front page but it didn't work on archive page and single page. it generate wrong url of image. it generate this:
http://www.mazdakam.com/weblog/archives/wp-content/plugins/widgets/rss.png
as you see archive shouldn't be in the url but it has!
i don't have any idea about it please help me to solve this problem. is it bug?!
thanks in advanced