Title: RSS Link
Last modified: August 22, 2019

---

# RSS Link

 *  Resolved [thejerseydevlindirectory](https://wordpress.org/support/users/thejerseydevlindirectory/)
 * (@thejerseydevlindirectory)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/rss-link-8/)
 * How can I remove the RSS Link that appears on the Event Listing page?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Frss-link-8%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Thread Starter [thejerseydevlindirectory](https://wordpress.org/support/users/thejerseydevlindirectory/)
 * (@thejerseydevlindirectory)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/rss-link-8/#post-11856617)
 * PS: The RSS Link appears to the left of the RESET Button when the Search boxes
   are used.
 *  [Hitesh Makvana](https://wordpress.org/support/users/hiteshmakvana/)
 * (@hiteshmakvana)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/rss-link-8/#post-11856880)
 * Hi [@thejerseydevlindirectory](https://wordpress.org/support/users/thejerseydevlindirectory/),
 * You can disable RSS link by adding following code to your child theme’s functions.
   php file
 *     ```
       add_filter('event_manager_event_filters_showing_events_links', 'wp_event_manager_disable_rss_link' ,10);
       function wp_event_manager_disable_rss_link($settings){
       	unset($settings['rss_link'] );
       	return $settings;	
       }
       ```
   
 * Thank you

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

The topic ‘RSS Link’ is closed to new replies.

 * ![](https://ps.w.org/wp-event-manager/assets/icon-256x256.png?rev=1622826)
 * [WP Event Manager – Events Calendar, Registrations, Sell Tickets with WooCommerce](https://wordpress.org/plugins/wp-event-manager/)
 * [Support Threads](https://wordpress.org/support/plugin/wp-event-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-event-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-event-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-event-manager/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Hitesh Makvana](https://wordpress.org/support/users/hiteshmakvana/)
 * Last activity: [6 years, 8 months ago](https://wordpress.org/support/topic/rss-link-8/#post-11856880)
 * Status: resolved