Here is my very first plugin and also very simple (remember: KISS) !
The need I had was to truncate my feed at the ‘more’ tag and as of WP2.8+ this is no longer possible : either you give away the full article or just a few chars, making it non attractive at all.
I had also being using a plugin calles RSS Footer but unless you mess with code editing, both would not work well together. So I added an extra option to add a FSS Footer as well.
So when you activate this plugin, by default your RSS feed will be truncated at the ‘more’ sign and a link to the full article is added at the bottom.
Version 0.2 introduced a simple (KISS remember ?
) control pannel where you can choose to use the cut and/or footer functions.
The footer is fully configurable (tough no HTML allowed) and provides a few pre installed links such as article link, blog link and other variables sur as author name.
Get the RSS No More plugin at WordPress.org
Special thanks to Jay for his help. Make sure you step by his website http://fidoloves.com/ if you like dogs !
Installation :
- The KISS way : go to you WP admin panel and search for ‘RSS No More’ in the extensions add submenu and install it from there or
- Get the zip file from wordpress.org, unzip it and upload the rss-no-more/ directory it to your wp-content/plugins/ directory (via FTP) and activate it the plugin section of WP admin pannel.
If you like this plugin, and like to buy me a beer you might click that button below
or simply tell the world it’s working or rate it at RSS No More WP Page














par Jerome
15 fév 2010 à 19:36
If you like this plugin, please rate it at WordPress.org
par Jay
18 fév 2010 à 17:08
More from authorYour plugin is exactly what I am looking for. I have it installed, wordpress is set to display full in the RSS feeds and all my articles have a more tag after the first paragraph or two.
However I just checked Google Reader and the whole article is displayed with the new footer links at the bottom.
Any suggestions?
Thanks,
Jay
par Jerome
18 fév 2010 à 17:39
Hi Jay !
first thanks for using RSS No More !
As for your issue, there is most likely a cache on GG Reader’s side. Does this happens too with the article you posted *after* installing the plugin ?
Also I noticed that using feedburner and gg reader it may take one day before the old articles are updated accordingly.
Hope this helps !
Jérôme
par Jay
19 fév 2010 à 14:19
More from authorJerome,
Thanks for making RSS No More work perfectly. Finally my RSS feeds look great for my legitimate subscribers, but contain back links to help deal with content thieves and SEO.
Thanks again for the help and a great plugin.
Jay
par Isidro
23 mar 2010 à 11:33
More from authorHi!
I’ve found a little bug on rss-no-more.php file. If you put the code:
if($footer) {
if (get_option(‘rss-no-more-tracking’)) {
$permalink = get_permalink();
When you try to show %%POSTLINK%% on:
‘‘.get_the_title().’‘,
The variable $permalink has no assignment and when you show the link on rss, it’s not redirect to postlink.
The correct code would be:
if($footer) {
$permalink = get_permalink();
if (get_option(‘rss-no-more-tracking’)) {
…
par Jerome
23 mar 2010 à 11:43
Hi Isidro ! Yep that 100% correct. 1.1 is on its way within 15 minutes
Thanks for your good eye !
par Maria
27 avr 2010 à 02:11
More from authorThank you very much for this nice plugin!
Pingback
par Как выводить полный текст RSS | RSS No More | темный Незнайка светлый Wordpress | n-wp.ru
20 mai 2010 à 16:44
More from author[...] Скачать RSS No More [...]
par Brandon Martinez
12 juil 2010 à 15:31
More from authorAny plans on adding an « exclude-category » option? I like having my blog posts truncated, but for my photo stream (http://www.brandonmartinez.com/streams/photos/), I’d like those to slip through without being truncated.
Thanks!