Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author thinkeryllc

    (@thinkeryllc)

    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

    (@thinkeryllc)

    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

    (@sailpilot)

    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.