Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2010-10-20 16:03:08
- richtestani
- Plugin Author
- Registered: 2009-11-08
- Posts: 128
No permlink in RSS feed
Our company has been blogging over the last month, and send our RSS feed through MailChimp to our newsletter subscribers.
I updated our blog to show excerpts if available which is marked up like:
<txp:if_excerpt>
<txp:excerpt />
<txp:permlink class="read_more">Read the whole thing</txp:permink>
<txp:else />
<txp:body />
</txp:if_excerpt>
I realize that the permlink is not included in the RSS feed. Is there a way to include in the RSS feed this without adding it to the excerpt field every time?
Thanks
Rich
Offline
Re: No permlink in RSS feed
Try rah_custom_feed.
Offline
Re: No permlink in RSS feed
I never really thought about how Textpattern assembles the default feed.
But I use the plug-in tru_tags – mainly a sophisticated tagging module – which offers the possibility to attach individual code to every feed item at the end. Check out the paragraph Customize your RSS and Atom feeds.
Main point is:
If you want to customize this display, simply create a new ‘misc’ form (in the Textpattern admin) named “tru_tags_feed_tags”. Anything you put into that form will be put into the ‘body’ of your RSS/Atom feed(s).
Get all online mentions of Textpattern via OPML subscription: TXP Info Sources: Textpattern RSS feeds as dynamic OPML
Offline
#4 2010-10-21 20:23:49
- richtestani
- Plugin Author
- Registered: 2009-11-08
- Posts: 128
Re: No permlink in RSS feed
Thanks guys, this is great information.
I’ll test these out.
Rich
Offline
Re: No permlink in RSS feed
Offline
Pages: 1