Horje
Displays the recent posts of your blogroll links via RSS Feeds in a customizable sidebar widget

Noted That:

  • To install correctly this blogroll-rss-widget.zip.
  • Fisrt Download the blogroll-rss-widget.zip to your computer
  • Extract/Open blogroll-rss-widget.zip to Your Computer.
  • Then, Find readme.txt file inside blogroll-rss-widget.zip and Open readme.txt.
  • Now, Read the Requirements of this plugin. Which Wordpress Version and PHP Version are required to run this Plugin in Your Wordpress Site.
  • Then, Follow the the Tips Below.

Start the Tips:

1. First Download "blogroll-rss-widget.zip" Plugin to your Local Computer. (Click Download)

2. Then, Login to your "yourdomain.com/wp-admin" Dashboard.

/stack/wp/e1593231376d7d849d2-4597-4fa3-a6ff-1eca18f72aab.png

3. Then, Click on "Plugins" + "Add New" from left sidemenu of Dashboard.

/stack/wp/e1593231378Screenshot20.png

4. Now, Click on "Upload Plugin" button.

/stack/wp/e1593231380Screenshot-2019-4-2AddPluginsHorjeWordPress.png

 

5. Now, Browse "blogroll-rss-widget.zip" Downloaded plugin from your computer, Where you downloaded blogroll-rss-widget.zip According to Step – 1 Above then, click on "Install Now"

/stack/wp/e15931461531577025694plugin.png

6. Now, Click on "Active Plugin"

/stack/wp/e15932313830ca45529-bf73-4101-8178-53ae60ce549f.png

7. Then, See left sidemenu. "Blogroll Widget with RSS Feeds" folder is added on left sidemenu. Now, Click on "Blogroll Widget with RSS Feeds" folder.

   Noted that: If you do not see "Blogroll Widget with RSS Feeds" folder on left sidemenu then, see at left sidemenu "Settings" or "Tools".

8. Now you configure yourself oR Watch video tutorial below about Blogroll Widget with RSS Feeds Configurtions and Settings or How to work "Blogroll Widget with RSS Feeds" in your WordPress site.

 

oR

After Activated Plugin According to Step-6 then,

  1. Go to "Plugins" + "Installed Plugin" from Wordpress Admin Panel Leftside Menu.
  2. or Direct go to: https://yourdomain/wp-admin/plugins.php
  3. Then, Find "Blogroll Widget with RSS Feeds" Activated Plugin from Plugin List.
  4. Then, Click on "Settings" from Plugin that is Blogroll Widget with RSS Feeds
  5. Now, Edit/Add/Config the setting and Click on "Save Changes" button,
WP Plugin Setting



Guide
  1. Unzip the ZIP plugin file
  2. Copy the blogroll-widget-rss folder into your wp-content/plugins/ directory
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
  4. Go to the Appearance Widgets SubPanel to add the Blogroll Widget with RSS Feeds to your sidebar and configure it

PHP 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 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

  • and ends with
. 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:

 -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:

  • show_items => -1 displays all items, any other number displays the number amount of items
  • category => false for all links, otherwise the number of the respective link category id
  • item_order => either link_name ASC, or link_name DESC, or link_id ASC, or link_id DESC, or rand()
  • show_image => either show-no-images, or show-my-own-images, or create-thumbnails
  • thumb_size => any number greater than 10 defines the pixel size of the images
  • show_link => 0 = no blogroll links, 1 = display blogroll links
  • show_link_nf => 0 = no ‘rel=nofollow’ attribute is added to blogroll links, 1 = adds ‘rel=nofollow’ attribute to blogroll links
  • feed_items => any number between 1 and 10 defines how many feed post links are displayed
  • shorten_feedlink => 0 no feed post link text shortening, 1 = shorten the feed post link text
  • s_f_length => number of characters of feed post link text
  • feed_link_nf => 0 = no ‘rel=nofollow’ attribute is added to feed post links, 1 = adds ‘rel=nofollow’ attribute to feed post links
  • show_summary => 0 = no feed post excerpts, 1 = display feed post excerpts
  • summary_length => any number between 10 and 999 defines how many characters of the feed post excerpts are displayed

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 .

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 }


feeds, customizable, sidebar, widget, links, blogroll, recent, posts, your, displays,

Name

Reffered: https://wordpress.org/

Share on: