Skip to:
Content
Pages
Categories
Search
Top
Bottom

How to hide the RSS button

  • @eurozap

    Participant

    Hi, I run WordPress version 4.7.2 and BuddyPress version 2.8.1 and I would like to hide the RSS button from the activity feed. It is confusing the users. How to do this? I would like to replace it with some text, like “Choose Activity”. Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • @psnation

    Participant

    Try this

    
    li.feed {
    display: none;
    }

    @danbp

    Participant

    They are several possibilities. Read :

    Disable All RSS Feeds – update

    To change the text, use the language file

    Customizing Labels, Messages, and URLs

    or modify directly the template(s) in your child theme.

    @dominicbowkett

    Participant

    you can hide Rss feed link from public to private.

    @autox420

    Participant

    <li class="feed"><a href="<?php bp_sitewide_activity_feed_link(); ?>" title="<?php esc_attr_e( 'RSS Feed', 'buddypress' ); ?>"><?php _e( 'RSS2', 'buddypress' ); ?></a></li>

    wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/activity/index.php

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to hide the RSS button’ is closed to new replies.
Skip to toolbar