Skip to:
Content
Pages
Categories
Search
Top
Bottom

RSS Feed in Mailchimp shows Sitewide Activity


  • wschaefer1
    Participant

    @wschaefer1

    I’m using WordPress Version 4.4.2 and
    BuddyPress Version 2.5.2
    Site: http://www.greenvillespinners.com

    I am setting up a template in Mailchimp and when I use the url for the blog it shows the entire Site Wide Activity.

    I only want it to show the recent blog posts.

    How can I do this?

    Thank you.

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

  • wschaefer1
    Participant

    @wschaefer1

    Does anyone have the answer to this?? Thanks.


    wschaefer1
    Participant

    @wschaefer1

    Can someone please help with this? Thank you!!


    shanebp
    Moderator

    @shanebp

    Did you try searching for info re BP rss feeds?
    Perhaps this will help:
    https://buddypress.org/support/topic/disable-all-rss-feeds-update/


    wschaefer1
    Participant

    @wschaefer1

    Thank you for replying!

    I am not a developer, and I don’t want to affect the site in any way. So I need to be sure that adding this into functions.php will work to remove ONLY the activity feeds from MAILCHIMP:

    function bp_remove_feeds() {
    remove_action( ‘wp’, ‘bp_activity_action_sitewide_feed’, 3 );
    remove_action( ‘wp’, ‘bp_activity_action_personal_feed’, 3 );
    remove_action( ‘wp’, ‘bp_activity_action_friends_feed’, 3 );
    remove_action( ‘wp’, ‘bp_activity_action_my_groups_feed’, 3 );
    remove_action( ‘wp’, ‘bp_activity_action_mentions_feed’, 3 );
    remove_action( ‘wp’, ‘bp_activity_action_favorites_feed’, 3 );
    remove_action( ‘wp’, ‘groups_action_group_feed’, 3 );
    }
    add_action(‘init’, ‘bp_remove_feeds’);

    Can you answer yes or no?


    shanebp
    Moderator

    @shanebp

    Please use the code button when pasting code.

    That code will remove all the feeds listed from all rss feeds – it isn’t specific to MailChimp.
    There may be a way to remove certain feeds from the MailChimp template – but you should ask them.


    wschaefer1
    Participant

    @wschaefer1

    Thank you @shanebp for your help. Much appreciated.


    wschaefer1
    Participant

    @wschaefer1

    P.S. That didn’t work. 🙁

Viewing 7 replies - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.
Skip to toolbar