If you edit your files in the theme editor the files have to be writable. Isn’t there below the text area a not like “If this files was writable…” ?
In admin panel you add RSS URI! Where?
You can have RSS feed displayed for each category. Take a look at my blog on the left panel. Is this what you are looking for?
yes, sorry for my imprecision.I’m looking for that!!!!
I also add the rss uri for my links…and it doesn’t appear 🙁
Where i can find your example …and how i can solve the problem in link?
Thanks a lot for the help
ok..problem solve in the categories using the function:
wp_list_cats(‘sort_column=name&feed=RSS&optioncount=1&feed_image=/blog/wp-images/rss_button.gif’);
But now i can’t view the rss feed for my links 🙁
Actually I use a custom plugin to get that functionality; unfortunately I haven’t released it yet due to lack of time.
However you can easily hack it with little bit of php coding or at the least just hardcode the list. People don’t often modify categories.
Hardcoding will actually make it super fast 🙂