Skip to:
Content
Pages
Categories
Search
Top
Bottom

WordPress Multisite Tag – post added twice in activity feed


  • kshengelia
    Participant

    @kshengelia

    Hello, I have just joined this group :)

    I have installed BuddyPress + WordPress Network successfully and everything works fine. Today, I have installed WordPress MU Sitewide Tags Pages plugin and have encountered two problems:

    1. When anyone publishes a new post on their blog, it appears on the main blog and it seems fine, but activity stream “thinks” that this one post is two, I mean that activity stream shows one post from sub-blog (where this author has published the post) and second post from main blog, so, one activity links to post on it’s original blog, and another one links to the main blog’s page (where this post is located). Can anyone tell me how to solve this?

    2. SITURL/tags isn’t working besides the fact, that I have selected this option and on the settings page there was written that a new blog with “tags” name would be created, but it didn’t, this is not all – I don’t want tags to be a blog, for example – tags.something.com, I want it to work like these – something.com/tags

    I hope you will help me, thanks in advance!

    (Sorry for English, but I think everything is clearly written).

Viewing 1 replies (of 1 total)
  • There are two posts, the sitewide tags plugin copies the post onto that designated blog, so it’s working properly, although not the way you want it.

    Something like this might work, but I’m not sure where best to put it. Try testing it in your theme’s functions.php for now (easiest):

    `
    global $wpdb;
    if ( (int)$wpdb->blogid == (int)$bp->site_options )
    remove_action( ‘save_post’, ‘bp_blogs_record_post’, 10, 2 );
    `

Viewing 1 replies (of 1 total)
  • The topic ‘WordPress Multisite Tag – post added twice in activity feed’ is closed to new replies.
Skip to toolbar