Plugin / WordPress RSS Feed Retriever

Theme Mason

Frequently Asked Questions (FAQ)

This could be because the source you’re fetching from does not include the featured image in their RSS feed. There is nothing you can do to fix this unless you have control of the source website. If so, you can simply install this plugin on the source website and it will include the featured images within the RSS feed automatically.
This is due to the source website including a low resolution image in their feed. There is nothing you can do to fix this unless you have control of the source website. If so, you can simply install this plugin on the source website and it will include larger featured images within the RSS feed automatically.
You can change the layout via WordPress filters. Add the following code to your themes functions.php file: function custom_rss_layout_callback( $layout ) { $layout = array( 'thumbnail', 'title', 'content', 'postdata', ); return $layout; } add_filter( 'wp_rss_retriever_layout', 'custom_rss_layout_callback' ); In addition, you can add your own HTML to the output if you want to wrap elements. Example: $layout = array( '
', 'thumbnail', 'title', 'content', 'postdata', '
' ); Or, if you only want to display the title: $layout = array( 'title', );
Click on the “+” icon to add a new block. Search for “shortcode”. Click on the shortcode block to add it. Copy and paste the example shortcode above into the block. Replace the url and other parameters as needed.
Copy and paste the example shortcode above into your content. Replace the url and other parameters as needed. Update/publish the page or post.
Create a new text widget. Click on the “Text” tab. Copy and paste the example shortcode above. Replace the url and other parameters as needed.
Here’s an example of how to display an RSS feed with PHP

Ratings

4.8
32 reviews

Rating breakdown

Details Information

Version

1.5.5

First Released

24 Jan, 2014

Total Downloads

57,641

Wordpress Version

2.8 or higher

Tested up to:

5.2.4

Require PHP Version:

-

Tags

Contributors

Languages

DIRECTORY DISCLAIMER

The information provided in this THEME/PLUGIN DIRECTORY is made available for information purposes only, and intended to serve as a resource to enable visitors to select a relevant theme or plugin. wpSocket gives no warranty of any kind, express or implied with regard to the information, including without limitation any warranty that the particular theme or plugin that you select is qualified on your situation.

The information in the individual theme or plugin displayed in the Directory is provided by the owners and contributors themselves. wpSocket gives no warranty as to the accuracy of the information and will not be liable to you for any loss or damage suffered by you as a consequence of your reliance on the information.

Links to respective sites are offered to assist in accessing additional information. The links may be outdated or broken. Connect to outside sites at your own risk. The Theme/Plugin Directory does not endorse the content or accuracy of any listing or external website.

While information is made available, no guarantee is given that the details provided are correct, complete or up-to-date.

wpSocket is not related to the theme or plugin, and also not responsible and expressly disclaims all liability for, damages of any kind, arising out of the use, reference to, or reliance on, any information or business listed throughout our site.

Keep Leading Your Followers!
Share it for them.