Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#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

#2 2009-11-19 02:10:03

whaleen
Member
From: Portland
Registered: 2006-05-11
Posts: 373
Website

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

#4 2009-11-19 02:59:43

whaleen
Member
From: Portland
Registered: 2006-05-11
Posts: 373
Website

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

#5 2009-11-19 06:55:49

MattD
Plugin Author
From: Monterey, California
Registered: 2008-03-21
Posts: 1,254
Website

Re: Multiple sections in one RSS feed link

the default feed url includes multiple sections however feed_link defaults to the current section


My Plugins

Piwik Dashboard, Google Analytics Dashboard, Minibar, Article Image Colorpicker, Admin Datepicker, Admin Google Map, Admin Colorpicker

Offline

#6 2009-11-19 08:07:24

colak
Admin
From: Cyprus
Registered: 2004-11-20
Posts: 9,091
Website GitHub Mastodon Twitter

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

#7 2009-11-19 13:13:16

joebaich
Member
From: DC Metro Area and elsewhere
Registered: 2006-09-24
Posts: 507
Website

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

#9 2009-11-19 15:58:15

maniqui
Member
From: Buenos Aires, Argentina
Registered: 2004-10-10
Posts: 3,070
Website

Re: Multiple sections in one RSS feed link

You can also use rah_external_output.


La música ideas portará y siempre continuará

TXP Builders – finely-crafted code, design and txp

Offline

Board footer

Powered by FluxBB