By NiCoS-1 on
Hi,
I recenlty move my blog from dotclear (http://www.dotclear.net) to drupal. To do this, I created a vocabulary named "Blog" and all my categories are now terms.
As I want to provide a complete rss feed, I do not find how to do it. It seems there is no way to display feed for a vocabulary (it seems possible just for terms...)
Please tell me I'm wrong... :-/
TIA
Nicolas
Comments
blog/feed
I don't think you can easily get all items tagged with terms in a certain vocabulary, but if you've created them all as 'blog' content types then you can access the feed for blog entries by going to ?q=blog/feed
No I use just standard story
No I use just standard story to create my own blog. I do not use/need the blog module for this.
I'll have to reorder all my vocabulary then... :-/
rss.xml or views module
Would the feed from http://www.example.com/rss.xml suffice? It includes everything published to the front page, I think. Otherwise, the views module can probably help you out by creating an RSS feed based on exactly the items you want to include...
I did not know for rss.xml.
I did not know for rss.xml. It can solve part of the problem.
I'll have to take a look at view module...