rah_custom_feed
Published under current TXP projects
Customize the output of your feeds with Textpattern tags, like any other form.
Image: rah_custom_feed
List of features
- Customize feed’s body input
Requirements
- Textpattern 4.x.x
Usage
The plugin uses form called rah_feed_body customize feeds output. The automatic setup should have created it, but if it didn’t then create the form, called rah_feed_body. This form will hold your rss- and atom-feed contents, or so said the feeds body content. You can use txp-tags as the form will work like any other form.
Example
rah_feed_body-form’s content:
<txp:excerpt />
<p><txp:permlink>Read more...</txp:permlink></p>
The code outputs excerpt and a read more-link.