Feed Layout
Any help with my bad english will be appreciated.
Feed Layout lets you to transform the contents of your feed adding header and footer to each post.
Why a blogger should use a plugin like this? Here are some points to evaluate:
- it’s nice to add a copyright notice in each feed item, so who republish or copy your complete feed (to steal contents) republish the copyright too…
- can be useful to add some link at end of each item, like social bookmark buttons, related posts links, a “read more” link, …
- may be you have some plugin that generate link or other content and you want to inject it in the feed (see the php execution facility)
- add ads to your feed (like the banners from Zanox, Tradedoubler and so on)
- the “enriched” content will be spread from feed email services line FeedBurner
- the code to be added to the post content can be PHP, too!
Find Feed Layout useful? You can contribute sending me your tips, bug, request for new features to info@satollo.com . You can consider a donation, too.
Thank you!
Download Feed Layout from WordPress plugin repository . Version history is available here .
A bit more
The plugin can be configured with an “header” and a “footer” to be added in the feed item. This texts can contains php code, as <?php echo bookmark_me(); ?> and the code is executed and the result added to the item.
The example above is a working example: install the Bookmark Me plugin to try it.
Many oher plugins make available funzion to be called directory in the theme, functions that produce output. Now those calls can be “injected” in the feed items!
Short tags
The plugin provides some short tags can be used in the “code” blocks. They are:
- [title] the title of the post
- [link] the permalink to the post
You can use those in the footer of the feed item to add a link to the post:
<a href=”[link]“>Continue reading “[title]“.</a>

Hello,
first : thanks for your work.
I will try to use your plugin on 2.5.1 Wordpress version,
I write text, php command () and html on “Code after the post” section but when I click on “Save” that not save
Do you know why have this bug please ?
Hello,
first : thanks for your work.
I will try to use your plugin on 2.5.1 Wordpress version,
I write text, php command and html on “Code after the post” section but when I click on “Save” that not save
Do you know why have this bug please ?
ps : I use Simple Tag plugin to insert tag on my feed.
Does the download link work??
I tried couple of times, but I just get 404 page.