Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2009-11-18 20:20:06
- frickinmuck
- Member
- Registered: 2008-05-01
- Posts: 118
Multiple sections in one RSS feed link
Rather than have a separate subscription for each section, I want users to have one link that subscribes to all feeds on the site (basically 3 sections – news releases, blog and testimonials). The site won’t be updated frequently enough for this to be unwieldy for users, and it makes more sense to have all the feeds in one “Subscribe to site updates” link.
Is there a Txp way I can do this, or will I have to use an external setup such as Feedburner?
The AI does not hate you, nor does it love you, but you are made out of atoms which it can use for something else.
Offline
Re: Multiple sections in one RSS feed link
I think that <txp:feed_link> gives you that. How may sections are involved depends on the Presentation > Sections Syndicate No/Yes setting per each section. Maybe that’s wrong – I don’t do feeds much.
Last edited by whaleen (2009-11-19 02:10:33)
txtstrap (Textpattern + Twitter Bootstrap + etc…)
Offline
#3 2009-11-19 02:24:05
- frickinmuck
- Member
- Registered: 2008-05-01
- Posts: 118
Re: Multiple sections in one RSS feed link
txp : feed_ link doesn’t support multiple sections, unfortunately, which is why this is an issue for me.
The AI does not hate you, nor does it love you, but you are made out of atoms which it can use for something else.
Offline
Re: Multiple sections in one RSS feed link
frickinmuck wrote:
txp : feed_ link doesn’t support multiple sections, unfortunately, which is why this is an issue for me.
Ah, maybe this is why I see so many TXP people use feedburner. Sorry I can’t help.
txtstrap (Textpattern + Twitter Bootstrap + etc…)
Offline
Re: Multiple sections in one RSS feed link
the default feed url includes multiple sections however feed_link defaults to the current section
Piwik Dashboard, Google Analytics Dashboard, Minibar, Article Image Colorpicker, Admin Datepicker, Admin Google Map, Admin Colorpicker
Offline
Re: Multiple sections in one RSS feed link
Hi frickinmuck
why don’t you semi hard code it?
<link rel="alternate" type="application/rss+xml" title="<txp:site_name />" href="<txp:site_url />?rss=1" />
<link rel="alternate" type="application/atom+xml" title="<txp:site_name />" href="<txp:site_url />?atom=1" />
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
Re: Multiple sections in one RSS feed link
Read the excellent article Create and customize your own RSS feeds. It explains a method using the plugin aks_header to group and manage RSS feeds like ordinary TXP articles. Note that the TXP tag txp_article_custom
permits one to use a comma separated list of sections. Once you use this method, you probably won’t ever want to create and manage your feeds from TXP driven sites any other way.
Last edited by joebaich (2009-11-19 13:17:39)
Offline
#8 2009-11-19 15:45:00
- frickinmuck
- Member
- Registered: 2008-05-01
- Posts: 118
Re: Multiple sections in one RSS feed link
Joe, you’re my hero! This is exactly what I was hoping for. Thanks!
The AI does not hate you, nor does it love you, but you are made out of atoms which it can use for something else.
Offline
Re: Multiple sections in one RSS feed link
You can also use rah_external_output.
Offline