Lets Make It EasyLets Make It Easy
  • Home
  • Related To PC
    • Computer Tips & Tricks
    • General Tips
    • Game Tricks And Fixes
    • Windows Tricks
  • Build a PC
  • Blogger Tips
  • WordPress Tips
  • Youtube Tips And Tricks
  • More Topics
    • Andriod Tricks
    • Mobile Tricks
    • Publisher’s Spot
    • Internet Tricks

Subscribe to Updates

Get the latest creative news from FooBar about art, design and business.

What's Hot

How to Update/Clear Google Amp Cache?

January 28, 2023

How to Check your Directx Version on Windows 7,8,8.1,10 & 11?

January 26, 2023

How to Get a Free Domain and Hosting for Educational/Testing Purposes?

January 25, 2023
Lets Make It EasyLets Make It Easy
  • Home
  • Related To PC
    • Computer Tips & Tricks
    • General Tips
    • Game Tricks And Fixes
    • Windows Tricks
  • Build a PC

    Best AMD Processors with Integrated Graphics | Best AMD Ryzen CPU with Integrated Graphics (Radeon™ Vega Graphics)

    December 9, 2022

    Best Wired Gamepad for PC Under ₹2000 in India | Best Wired Controller/Joystick for PC Gaming Under ₹2000

    December 9, 2022

    Best Wireless Gamepad for PC Under ₹3000 in India | Best Wireless Controller/Joystick for PC Gaming Under ₹3000

    December 9, 2022

    Best Budget Gaming PC Build Under ₹50000 in India With Super Cool Performance (60 FPS)(2K,1080 FHD)

    December 9, 2022

    Best Gaming PC Build Under ₹60000 in India With Ultra Performance (60 FPS)(2K,1080 FHD)

    December 9, 2022
  • Blogger Tips

    How To Create a Perfect Custom Robots.txt File in Blogger?

    January 11, 2023

    How to Disavow Backlinks in Google Search Console?

    December 9, 2022

    How to Find and Remove the Bad/Toxic/Spammy Backlinks that affects your SEO Badly from Google?

    December 9, 2022

    How to Verify Google Search Console for WordPress Using DNS Verification? | Google Search Console DNS Verification ( Domain )

    December 9, 2022

    Google Search Console : 4 Simple Methods To Verify your Site Ownership For WordPress and Blogger

    December 9, 2022
  • WordPress Tips

    How to Update/Clear Google Amp Cache?

    January 28, 2023

    How to Get a Free Domain and Hosting for Educational/Testing Purposes?

    January 25, 2023

    How to Update Sitemap in WordPress Manually (Without Using any Plugins)?

    January 19, 2023

    How To Create the Best Robots.txt Settings For WordPress?

    January 13, 2023

    How to Disable XML-RPC in WordPress Website?

    January 11, 2023
  • Youtube Tips And Tricks
  • More Topics
    • Andriod Tricks
    • Mobile Tricks
    • Publisher’s Spot
    • Internet Tricks
Lets Make It EasyLets Make It Easy
Home » How to Disable RSS Feed in WordPress? | How to Remove RSS Feed from WordPress Theme?
Wordpress Tips

How to Disable RSS Feed in WordPress? | How to Remove RSS Feed from WordPress Theme?

Vasantharaj R NBy Vasantharaj R NDecember 9, 2022Updated:December 9, 2022No Comments2 Mins Read
How to Disable RSS Feed in Wordpress

Hi Guys, Today I am Going to Show You How to Disable RSS Feed in WordPress ? | How to Remove RSS Feed from WordPress Theme?

Check Out This: How To Block AdBlocker on Your Blogger 2020 ? | Block Adblock Blockers 2020

What Is RSS Feeds?

RSS Means Really Simple Syndication

Really Simple Syndication is an up-to-date information or notifications of a website that delivers those informations and Updates to its subscribers.

Examples Of RSS Feed Links

https://website.com/feed/

https://website.com/feed/rss/

Trending
How to Hide Theme Name in WordPress? | How to Remove Theme Name from WordPress Website?

https://website.com/feed/rss2/

https://website.com/feed/rdf/

https://website.com/feed/atom/

Rss Feeds Can be Disabled Using Two Methods 

1.Disable By Using Plugins [ Free , Paid ]

2.Disable By Using Code.

Steps For How To Fix ” How to Disable RSS Feed in WordPress ? | How to Remove RSS Feed from WordPress Theme?

Method 1 : Use Plugins [ Whether Paid Or Free ]

*For Free Version – Download Disable Feeds Plugin.

How to Disable RSS Feed in WordPress

Step 1: After Downloading Disable Feeds Plugin and Install it.

Step 2: Now Goto Settings Of Your WordPress Dashboard and Navigate To Reading Section.

Now Choose the Options for Redirection Of the Feed Page As Per Your Wish and Click Save Changes.

*For Paid Version – Download Perfmatters Plugin.

 * Simply The Best Plugin *

How to Disable RSS Feed in WordPress If You have Paid Version of Perfmatters Plugin ,You’re Lucky to Use it.

Step 1: Install The Perfmatters Plugin and Goto Options.

Step 2 : Simply  Turn On the Disable the Rss Feeds and Remove RSS Feed Links Options.

Go an Check It Out It Will Redirect the Feed Page to your homepage.

How to Disable RSS Feed in WordPress

*Alternative Option – Use Codes to Remove or Disable the Feeds

 

Step 1: Goto your C-Panel File manager or Use FTP.

Step 2 : Copy the Below Given Code to Functions.php File and Save it.

function itsme_disable_feed() {
wp_die( __( ‘No feed available, please visit the <a href=”‘. esc_url( home_url( ‘/’ ) ) .'”>homepage</a>!’ ) );
}

add_action(‘do_feed’, ‘itsme_disable_feed’, 1);
add_action(‘do_feed_rdf’, ‘itsme_disable_feed’, 1);
add_action(‘do_feed_rss’, ‘itsme_disable_feed’, 1);
add_action(‘do_feed_rss2’, ‘itsme_disable_feed’, 1);
add_action(‘do_feed_atom’, ‘itsme_disable_feed’, 1);
add_action(‘do_feed_rss2_comments’, ‘itsme_disable_feed’, 1);
add_action(‘do_feed_atom_comments’, ‘itsme_disable_feed’, 1);

 

That’s It ! You’re Done Man ! 

@@@ Leave Comments !!! @@@

***

Vasantharaj R N
  • Website

Basically an Instrumentation Engineer But Very much Interested in Blogging. I'm a Passionate Blogger and an Intermediate in the Search Engine Optimization And Always Looking Forward to Learn New Things. I always try to Fix the Common Issues Which were Faced By the Users in the World.

Related Posts

How to Update/Clear Google Amp Cache?

January 28, 2023

How to Get a Free Domain and Hosting for Educational/Testing Purposes?

January 25, 2023

How to Update Sitemap in WordPress Manually (Without Using any Plugins)?

January 19, 2023

How To Create the Best Robots.txt Settings For WordPress?

January 13, 2023
Add A Comment

Leave A Reply Cancel Reply

Newly Updated Posts
  • Trending:What are the Recommended Video File Formats Does YouTube Accept? | List of Supported YouTube File Formats
    by Vasantharaj R N|January 24, 2023
    0
  • Trending:How to Remove the Pause Symbol/Button from Youtube?
    by Vasantharaj R N|January 23, 2023
    0
  • Trending:How to Update Sitemap in WordPress Manually (Without Using any Plugins)?
    by Vasantharaj R N|January 19, 2023
    0
  • Trending:How to Change the Country/Region on Amazon’s Website & Amazon App?
    by Vasantharaj R N|January 19, 2023
    0
  • Trending:How to Change the Language on Amazon’s Website & Amazon App?
    by Vasantharaj R N|January 19, 2023
    0

Lets Make It Easy
  • Home
  • Privacy Policy
  • Contact Us
  • About Us
  • Sitemap
Copyright © 2021 Letsmakeiteasy LLC. All Rights Reserved. Letsmakeiteasy® is a registered trademark.WordPress hosting by Hostinger | Crafted With Love | Designed By Vasanth

Type above and press Enter to search. Press Esc to cancel.