How to Remove the RSS Icon From Fudge Social Widget

  1. Home
  2. Docs
  3. Fudge
  4. Frequently Asked Question...
  5. How to Remove the RSS Icon From Fudge Social Widget

How to Remove the RSS Icon From Fudge Social Widget

If you don´t want this RSS icon to appear in the Fudge Social Widget, just follow the instructions below:

1. Back up all files and database before making any changes – we won’t be able to help if you lose any data.

2. Open the file /functions/widget-connect.php

3. Look for the line 52:

echo ‘<a class=”icon-rss” title=”Subscribe to ‘ . get_bloginfo(‘title’) . ‘RSS Feed” href=”‘ . get_bloginfo(‘rss_url’) . ‘”>RSS</a>’;

4. Add // to this line to comment it. It should look like:

//echo ‘<a class=”icon-rss” title=”Subscribe to ‘ . get_bloginfo(‘title’) .’ RSS Feed” href=”‘ . get_bloginfo(‘rss_url’) . ‘”>RSS</a>’;

5. Update the file.

 

Was this article helpful to you? Yes 1 No 1