Is there a way I can use Wildcards while specifying the Path for a particular RSS feed? Say, I want an RSS feed to appear on all blog entries.

I should be able to put in something like blog/* to achieve this.

Comments

kjholla’s picture

Status: Active » Closed (fixed)

Turns out this isn't an issue. Feed Path publisher already treats all Paths as "Path Prefixes".

Hence, if you put in "blog" in the Path Prefix, it would match

blog
blog/first-blog.html
blot/second-blog.html
...
and so on

Hence, the functionality I wanted is already built in.

I just had to omit the * at the end of the path.

Instead of putting in blog/* I should've just put in blog/ to achieve the result I was looking for.