Custom template in feed output
-
I’ve been using a custom template, which I’ve hooked in via the
vlp_get_templatefilter in my theme, to format previews in the blog’s RSS feed to my liking.With 2.2.8 this seems to be outright prevented:
“Fix: Only output link in RSS feed”
Indeed, there’s now a branching upon
is_feed()inVLP_Link::output()beforeVLP_Template_Manager::get_template()is called, so my filter is never applied.Would it be possible to have a filter for the feed case too? I see there’s been someone with a problem with their RSS feeds, but having just the link in the feed is a bit too simplistic for my use.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.