
By Coquevas on
I want a specific node type (userlink) to be show in the /node/feed rss but not at first page. Filtering at node.tpl.php results in some pages with less than 10 items. Any other idea?
PS: Sorry for my typos, English isn't my mother tongue.
Comments
The default for node_feed
The default for node_feed is
If you want something else you can do a custom query and pass that list of nodes to node_feed instead, for example, it sounds like you want to ignore the promoted flag. You would have to create a custom menu handler for this and use it instead of the default node rss feed link.
dLd