Displays the recent posts of your blogroll links via RSS Feeds in a customizable sidebar widget
This WordPress Widget allows you to display the recent posts of your blogroll links via RSS Feeds as a sidebar widget.
The Plugin works without Javascript and without AJAX. It uses the WordPress standard links database and honors the
visible and target settings as defined for each link (private links are not shown, links are displayed in the same or
in a new window as specified). The Plugin is easy to install, the Widget is simple to use and highly customizable.
You can simply switch on / off, select or type in the various configurations and settings.
You can configure this Widget in the WordPress Appearance Widgets SubPanel as follows:
Before using the Blogroll Widget with RSS Feeds make sure, that you have entered the right RSS Addresses to your links in the Links
Subpanel. Otherwise this Plugin will not work correctly. No item is shown when no RSS Address is entered! With this you
have a further possibility to configure the Widget output. When you do not enter a RSS Address to a link, it will not be
displayed in the Widget.
Alternative to the WordPress Appearance Widgets SubPanel you can add and configure the Blogroll Widget with RSS Feeds directly
in your theme file (e.g. sidebar.php). For details please see the installation tab.
Blogroll Widget with RSS Feeds requires WordPress Version 2.8 or higher
blogroll-widget-rss
folder into your wp-content/plugins/
directoryPHP Code and Configuration:
Alternative to the WordPress Appearance Widgets SubPanel you can add and configure the Blogroll Widget with RSS Feeds directly
in your theme file (e.g. sidebar.php). In this case call the function <?php show_blogroll_widget_rss(); ?>
at the
place in your sidebar you want to show it. This will display the Blogroll Widget with RSS Feeds with the default
configurations. The widget output starts with <ul><li>
and ends with </li></ul>
. You can put anything what and as
you want around it.
To configure the Blogroll Widget with RSS Feeds in the theme file, please add an array of settings to the function. Following the
array with the defaults:
<?php show_blogroll_widget_rss( array( 'show_items' => -1, 'category' => false, 'item_order' => 'link_name ASC', 'show_image' => 'show-no-images', 'thumb_size' => 50, 'show_link' => 0, 'show_link_nf' => 0, 'feed_items' => 1, 'shorten_feedlink' => 0, 's_f_length' => 20, 'feed_link_nf' => 0, 'show_summary' => 0, 'summary_length' => 100 ) ); ?>
PHP configuration options:
In the array you only need to define the configurations differing to the defaults, for the other configurations
the defaults are taken automatically. So if you only want to add the feed post excerpts with 100 characters, your PHP
Code would be <?php show_blogroll_widget_rss( array('show_summary' = 1) ); ?>
.
Display Blogroll RSS Widget on a single page:
If you would like to display the Blogroll RSS Widget on a single page (instead or additionally to the sidebar), you can
do this in your page.php theme file. After the code the_content();
you enter the PHP Code of the Blogroll RSS Widget
with your individual configuration into a if clause statement group by using the
WordPress Page Conditional Tag, e.g. for
the single page with the ID 167: if ( is_page('167') ) { your blogroll rss widget code }
Links
PanelEdit
at the respective LinkAdvanced
BoxRSS Address
type the respective RSS Address e.g. http://www.crazytoast.de/feed/
or http://feeds2.feedburner.com/plerzelwupp
An empty place for the feed post of a blogroll link reports a wrong entered RSS Address. I rather decided to leave the
output empty in this cases than showing up an error message. An error message is not a lucky solution for your visitors.
Go to the details of the respective blogroll link and correct the RSS Address.
If you have chosen the option Create and show thumbnails
in the Blogroll Widget with RSS Feeds, the thumbnails are generated
automatically via m-software.de. This service is free of charge. As condition for using this service the
link Thumbnails by M-Software.de has to be displayed.
Alternatively to Create and show thumbnails
you can choose Show my own images
and enter your own images to the respective links.
Links
PanelEdit
at the respective LinkAdvanced
BoxImage Address
type the respective Address of the image. If you do not have own images you could enter here the