Horje
Display an RSS Feed in a widget, on a page or post by shortcode using any number of parameters. Provide users a means to sort your RSS feed archive by … Wordpress Tutorial

Noted That:

  • To install correctly this rss-feed-pro.zip .
  • Fisrt Download the rss-feed-pro.zip to your computer
  • Extract/Open rss-feed-pro.zip to Your Computer.
  • Then, Find readme.txt file inside rss-feed-pro.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 Tips Below.

Start the Tips:

1. First Download " rss-feed-pro.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 " rss-feed-pro.zip "  Downloaded plugin from your computer, Where you downloaded rss-feed-pro.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. " RSS Feed Pro " folder is added on left sidemenu. Now, Click on " RSS Feed Pro " folder.

   Noted that: If you do not see " RSS Feed Pro " folder on left sidemenu then, see at left sidemenu " Settings " or " Tools ".

8. Now you configure yourself oR Watch video tutorial below about  RSS Feed Pro Configurtions and Settings or How to work " RSS Feed Pro " 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 " RSS Feed Pro " Activated Plugin from Plugin List.
  4. Then, Click on " Settings " from Plugin that is RSS Feed Pro
  5. Now, Edit/Add/Config the setting and Click on " Save Changes " button,
WP Plugin Setting



Guide
  1. Upload the plugin files to the ‘/wp-content/plugins/plugin-name’ directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress.
  3. Access the ‘Admin Panel > RSS Shortcodes’ to create any shortcode you might need. We suggest Sort by Author, Sort by Category, Sort by Year.

You can insert the following code into a PHP plugin or in a template, for example sidebar.php or single.php :

Example:

This is the minimal code needed for using the plugin. The plugin accepts a number of parameters for customizing the feed content import. See below for the full list of available parameters. You can also use any of the parameters with Shortcode in posts and pages.

Example Shortcode:
[RSSImport display=”5? feedurl=”https://yourdomain.com/feed/” use_simplepie=”true”]

For all (bool) parameters you can either use the strings true and false or the integer values 1 and 0 .

  1. display – The number of items to display. Default is 5 .
  2. feedurl – The feed address. Default is https://yourdomain.com/feed/ .
  3. before_desc – The HTML or string to insert before the description. Default is empty . You can use some variables which will be replaced, see below.
  4. displaydescriptions – (bool) When set to true, the description for each entry will be displayed. Default is false .
  5. after_desc – The HTML or string to insert after the description. Default is empty . You can use some variables which will be replaced, see below.
  6. html – (bool) When set to true, the description can include HTML tags. Default is false .
  7. truncatedescchar – The maximum number of characters allowed in descriptions. If the description is longer than this length, it will be truncated to the given length. Default is 200 , set the value to empty quotes '' to never truncate descriptions.
  8. truncatedescstring – The HTML or string to insert at the end of a description after it has been truncated. Default is ...
  9. truncatetitlechar – The maximum number of characters allowed in titles. If the title is longer than this value, it will be truncated to the given length. Default is '' , which means never truncate titles.
  10. truncatetitlestring – The HTML or string to insert at the end of a title after it has been truncated. Default is ' ... ' .
  11. before_date – The HTML or string to insert before the date. Default is .
  12. date – (bool) If true, display the date of the item. Default is false .
  13. after_date – The HTML or string to insert after the date. Default is .
  14. date_format – The date format string. Leave empty to use the format of your WordPress installation. If a different date format is desired, specify a PHP date string, for example: F j, Y . See also the date and time formatting page in the WordPress Codex .
  15. before_creator – The HTML or string to insert before the creator of the item. Default is .
  16. creator – (bool) If true, display the creator of the item. Default is false .
  17. after_creator – The HTML or string to insert after creator of the item. Default is .
  18. start_items – The HTML or string to insert before the list of items. Default is
      .
    • end_items – The HTML or string to insert after the list of items. Default is
    .
  19. start_item – The HTML or string to insert before each item. Default is
  20. . You can use some variables which will be replaced, see below.
  21. end_item – The HTML or string to insert after each item. Default is
  22. . You can use some variables which will be replaced, see below.
  23. target – The string to use for the target attribute on links. Default is empty . Valid options are blank , self , parent , top .
  24. rel – The string to use for the rel attribute on links. Default is empty . Valid options are nofollow and follow .
  25. desc4title – The description to use in the title attribute on item title links. Default is false .
  26. charsetscan – (bool) If true, scan the feed content for the correct character set. This may cause the content to load more slowly. Use this option if you’re having problems with feed content being displayed with stranged characters. Default is false .
  27. debug – (bool) If true, activate debug-mode, which will echo the Magpie object as an array. Default is false . Only use this option for debugging.
  28. before_noitems – The HTML or string to insert before the no items message. Default is

    .

  29. noitems – The message to display when the feed is empty. Default is No items, feed is empty. .
  30. after_noitems – The HTML or string to insert before the no items message. Default is

    .
  31. before_error – The HTML or string to insert before the error message. Default is

    .

  32. error – Error message displayed when there is an error loading or displaying the feed. Default is Error: Feed has an error or is not valid .
  33. after_error – The HTML or string to insert before the error message. Default is

    .
  34. paging – (bool) If true, enable pagination. Default is false .
  35. prev_paging_link – The name of the previous page link. Default is « Previous .
  36. next_paging_link – The name next page link. Default is Next » .
  37. prev_paging_title – The title attribute of the previous page link. Default is more items .
  38. next_paging_title – The title attribute of the next page link. Default is more items .
  39. use_simplepie – (bool) If true, use SimplePie to parse the feed. SimplePie is included in WordPress 2.8 and newer and can parse both RSS and ATOM feeds. Default is false if used with Shortcode, true if used with the PHP function.
  40. view – (bool) If true, calling the rssfp_import() function will print the rendered HTML directly to the output. If false, the rendered HTML will be returned by the function as a string value and nothing will be output. Default when using PHP code is true . Default when using Shortcode is false .
  41. random_sort – (bool) If true, Items will be displayed in random order. Default when using Shortcode is false .
  42. order – (string) Order of the filds Date, Title, Creator, Description. Use a comma separated string for your order. Default is date,title,creator,description

The parameters before_desc , after_desc , start_item and end_item accepts the following variables which will be replaced:

  1. %title% for the title of the entry
  2. %href% for the entry’s URL
  3. %picture_url% for the URL of a thumbnail image for the entry if available. To use this variable, SimplePie is required to be enabled ( use_simplepie="true" )

If pagination is enabled, it adds a div with the class rsspaging to enable easier styling with CSS. You can also style the previous and next links, which have the classes: rsspaging_prev and rsspaging_next .

You can use any of the parameters in the php function rssfp_import in your templates or with the Shortcode [RSSImport] in posts and pages.

Examples

Using the PHP function with many parameters:


rssfp_import( $display = 5, $feedurl = 'https://bueltge.de/feed/', $before_desc = '', $displaydescriptions = false, $after_desc = '', $html = false, $truncatedescchar = 200, $truncatedescstring = ' ... ', $truncatetitlechar = '', $truncatetitlestring = ' ... ', $before_date = ' 
', $date = false, $after_date = '
', $before_creator = ' 
', $creator = false, $after_creator = '
', $start_items = '
    ', $end_items = '
', $start_item = '
  • ', $end_item = '
  • ' );

    Please note that for the PHP function the parameters are expected in the order in which they are defined in the above list. Thus if you skip one parameter, you will also have to skip all of the subsequent parameters.

    Using Shortcode with several parameters:

    
    [RSSImport display="10" feedurl="https://your_feed_url/"
    displaydescriptions="true" html="true"
    start_items="
      " end_items="
    " paging="true" use_simplepie="true"]

    Add a “more” link to the output:

    
    rssfp_import( $display = 5, $feedurl = 'https://yourdomain.com/feed/', $before_desc = '', $displaydescriptions = true, $after_desc = ' 
    show more
    '
    );
    

    or

    
    [RSSImport feedurl="https://wordpress.org/news/feed/" after_desc=" 
    show more
    " displaydescriptions="true" use_simplepie="true"]
    

    Enable Thumbnail Pictures:

    
    rssfp_import( $display = 5, $feedurl = 'https://bueltge.de/feed/', $before_desc = '
    ', $displaydescriptions = true
    );
    

    or

    
    [RSSImport feedurl="https://wordpress.org/news/feed/" displaydescriptions="true" before_desc="
    " after_desc="
    " use_simplepie="true"]

    feed , display , widget , page , post , shortcode , using , number , parameters , provide ,

    Name

    Read Article
    https://develop.horje.com/learn/1434/reference