Closed (fixed)
Project:
Feed Path Publisher
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
16 Aug 2010 at 16:45 UTC
Updated:
17 Aug 2010 at 14:45 UTC
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
Comment #1
kjholla commentedTurns 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.