harishvc
Member
Posted 1 month 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
By default, it doesn't pull the comments as well.
harishvc
Member
Posted 4 weeks 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
If it;s just a link inside the theme's files, yeah - rip it out. :D
harishvc
Member
Posted 4 weeks 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
Compare $current_blog->id to $current_site->blog_id. If they are the same your on the main blog.
harishvc
Member
Posted 4 weeks 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