Web Hosting

Web Hosting

Web Hosting More »

Web Hosting

Web Hosting

Web Hosting More »

Web Hosting

Web Hosting

Web Hosting More »

Web Hosting

Web Hosting

Web Hosting More »

Web Hosting

Web Hosting

Web Hosting More »

 

How to Control Your RSS Feeds Footer in WordPress

Do you lack to adapt the RSS feeds footer in WordPress?

This allows you to add custom text, associations, or even advertisements lower your situation content in your RSS feed.

Popular this article, we’ll TV show you how to simply control your RSS feed footer in WordPress, so you can present the content you lack.

Control RSS feed footer in WordPress

Why Add Content to RSS Feed Footer in WordPress?
RSS feeds offer an easier way in favor of users to read your blog posts in their favorite feed person who reads apps such as Feedly.

However, RSS feeds can too be used by content scrapers to certainly tiptoe your blog posts as soon as they are in print.

Sometimes these content scrapers closing stages up grade senior than your first situation in search engines.

To be taught more, notice our step by step beginners manual to preventing blog content scraping in WordPress.

Adding extra content to your RSS feed footer allows you to add backlinks to your major spot and the first situation by the closing stages of all article. This can help you rank senior in favor of your posts even if they are banal by content scrapers.

By manipulating your RSS feed footer, you can too create your readers a way to visit your WordPress blog right away from your RSS feed.

Having understood so as to, let’s take a look by how to simply control your RSS feed footer in WordPress.

Method 1. Add Content to RSS Feed Footer Using All in One SEO
This method is easier and recommended in favor of all WordPress users. It uses the All in One SEO plugin, which is the preeminent WordPress SEO plugin used by finished 2 million websites.

First, you need to install and activate the All in One SEO plugin. For more details, notice our step by step manual on how to install a WordPress plugin.

Upon launch, you need to visit All in One SEO » General Settings side and click on the ‘RSS Content’ tab.

This gives you an overview of your WordPress RSS feed settings, and your WordPress RSS feed URL.

AIOSEO RSS wide-ranging settings

Under the ‘RSS Content Settings’, the main box allows you to add content in advance all situation. The following box allows you to add content to the situation footer.

Next, scroll down to the ‘RSS After Content’ section to edit your RSS feed footer.

AIOSEO default RSS footer

Right away, you’ll notice so as to AIOSEO certainly adds good name text with backlinks to your website in the RSS feed footer.

You can either wastage the text as-is, or you can add your own content and tags.

AIOSEO RSS feed footer save

Don’t not remember to click ‘Save Changes’ in advance you exit the screen.

You can at this moment panorama your RSS feed to notice the changes. At the closing stages of all article, you will be able to notice content you added to your RSS feed footer.

Footer text in WordPress RSS feed

Method 2: Manually Add Content to RSS Feed Footer in WordPress
This method requires you to add code to your WordPress records. If you haven’t made this in advance, it follows that check on show our manual on how to book and paste code in WordPress.

You’ll need to book and paste the following code in your theme’s functions.Php walk in single file, in a site-specific plugin, or by using the Code snippets plugin.

Function wpb_feed_filter($query) {
If ($query->is_feed) {
Add_filter(‘the_content’,’wpb_feed_content_filter’);
Add_filter(‘the_excerpt_rss’,’wpb_feed_content_filter’);
}
Return $query;
}
Add_filter(‘pre_get_posts’,’wpb_feed_filter’);

Function wpb_feed_content_filter($content) {
// Content you lack to TV show goes at this time
$content .= ‘<p>Thanks in favor of recitation, check on show <a href=”‘. Get_bloginfo(‘url’) .’”>’. Get_bloginfo(‘name’) .'</a> in favor of more splendid stuff.</p>’;
Return $content;
}
This code simply checks if the side requested is an RSS feed, and it follows that filters the content to present your message in the RSS feed footer.

We hope this article helped you be taught how to control your RSS feed footer in WordPress. You may well too lack to notice our ultimate manual on how to setup All in One SEO in favor of WordPress and our expert pick of the preeminent WordPress RSS feed plugins.

Leave a Reply

Your email address will not be published. Required fields are marked *