sorry if I do similar threads but I wish to understand.
On my wordpress blog now I have one rss feed page of the Homepag. In rss feed thera are the first sentences of the posts of the Homepage.
I have used this code :
Quote:
|
<li class="rss"><a href="<?php bloginfo('rss2_url'); ?>">Entries (RSS)</a></li>
|
I wish to know, but how is possible to have the page "rss fed" for every post of the blog.
Now I have the page rss feed only of the Homepage. I'd like to have the page rss feed of the categories.
I'd like to have the page rss feed of the single post.
sorry for my English, I hope that you understand.
|