Forums

The WordPress MU forums have moved to the MultiSite forum on WordPress.org

Sitewide Tags: # Comments not updated (8 posts)

  1. harishvc
    Member
    Posted 2 years ago #

    I am using the Sitewide Tags plugin (version 0.3.2) to display all the blog posting on the main blog. It is working very well except that number of comments are not getting updated. If a blog post would get any comments the main blog will not reflect this - always says 0 comments.

    Any ideas as to what could be going on?.

    Sitewide Tags plugin URL: http://ocaoimh.ie/wordpress-mu-sitewide-tags

    Cheers,
    Harish

  2. andrea_r
    Moderator
    Posted 2 years ago #

    By default, it doesn't pull the comments as well.

  3. dsader
    Member
    Posted 2 years ago #

  4. harishvc
    Member
    Posted 2 years ago #

    Excellent link!. I just added the function posted at http://mu.wordpress.org/forums/topic/11294?replies=9 and it works!.

    I have one follow up question. Now that I am streaming all my blog posts and comments on the main blog. RSS feed for all post works but RSS feed for all comments gives a page not found error. Is there a way I can add some login inside header.php to not display "RSS Feed for comments" on the main blog.

    Cheers,
    Harish

  5. andrea_r
    Moderator
    Posted 2 years ago #

    If it;s just a link inside the theme's files, yeah - rip it out. :D

  6. harishvc
    Member
    Posted 2 years ago #

    header.php is used by all blogs. I would like to not show "RSS feed to all comments" on the main (/) blog. Is there a way to do this inside header.php?

    Cheers,
    Harish

  7. wpmuguru
    Member
    Posted 2 years ago #

    Compare $current_blog->id to $current_site->blog_id. If they are the same your on the main blog.

  8. harishvc
    Member
    Posted 2 years ago #

    Thanks. For some reason comparing $current_blog->id to $current_site->blog_id didn't work for me. So, I used get_option('blogname') and it worked!.

    Cheers,
    Harish

Topic Closed

This topic has been closed to new replies.

About this Topic