Is it possible to create feeds based on keywords, i.e. what the search results would include?
Is it possible to create feeds based on keywords, i.e. what the search results would include?
Take a look at the search results URL. It should be something like this:
http://example.com/blog/?s=KEYWORD
Change it to this:
http://example.com/blog/?s=KEYWORD&feed=rss2
That should give you a feed of those results, I think.
This topic has been closed to new replies.