Title: rss button
Last modified: August 21, 2016

---

# rss button

 *  Resolved [sailpilot](https://wordpress.org/support/users/sailpilot/)
 * (@sailpilot)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/rss-button-2/)
 * We want to remove the rss button that appears on the properties listings page.
 * Is there an option to do that or can you direct us to the place in the code where
   we can remove it.
 * Thanks
 * [http://wordpress.org/plugins/intellectual-property-basic/](http://wordpress.org/plugins/intellectual-property-basic/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [thinkeryllc](https://wordpress.org/support/users/thinkeryllc/)
 * (@thinkeryllc)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/rss-button-2/#post-4024516)
 * Hi – the easiest thing to do would be to open your ‘iproperty/general_helpers.
   php’ and find the ‘iproperty_feed_link()’ function and simply return nothing 
   like:
 *     ```
       function iproperty_feed_link() {
           return; //<-- ADD THIS
       	?>
       	<a href="<?php echo esc_url( iproperty_get_current_feed_url() ); ?>">
       		<img src="<?php echo esc_url( includes_url( 'images/rss.png' ) ); ?>">
       	</a>
       	<?php
       }
       ```
   
 * Hope this helps.
 *  Plugin Author [thinkeryllc](https://wordpress.org/support/users/thinkeryllc/)
 * (@thinkeryllc)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/rss-button-2/#post-4024542)
 * I’m assuming this worked – tested and found no issues. Marking as resolved since
   it’s been a week with no response
 *  Thread Starter [sailpilot](https://wordpress.org/support/users/sailpilot/)
 * (@sailpilot)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/rss-button-2/#post-4024543)
 * Sorry we didn’t have a chance to work on this since you sent us a solution. We
   tried it and it seems to work.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘rss button’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/intellectual-property-basic_599cd4.
   svg)
 * [IProperty Real Estate Agent](https://wordpress.org/plugins/intellectual-property-basic/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/intellectual-property-basic/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/intellectual-property-basic/)
 * [Active Topics](https://wordpress.org/support/plugin/intellectual-property-basic/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/intellectual-property-basic/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/intellectual-property-basic/reviews/)

## Tags

 * [RSS](https://wordpress.org/support/topic-tag/rss/)

 * 3 replies
 * 2 participants
 * Last reply from: [sailpilot](https://wordpress.org/support/users/sailpilot/)
 * Last activity: [12 years, 10 months ago](https://wordpress.org/support/topic/rss-button-2/#post-4024543)
 * Status: resolved