WPIntell

Source evidence

Blog Names

MU Post to Multiple Blogs · support · 2014-01-12T19:39:00+00:00

mixedsentiment
lowseverity
0.62relevance
2replies
Evidence onlycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

1 / 1 rows with source links

100.0% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

0 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
brucedjones resolved
I have just set up a multisite network, and have installed this plugin. Everything appears to work great after I checked the “enable tags” option in the sitewide tags setting. (this is not entirely clear). The only problem I now have is that in the box where I select which blogs to post to, every blog is called “main multisite”. I haven’t given this name to any of the blogs on the network so I’m not sure where this has come from. http://wordpress.org/plugins/mu-post-to-multiple-blogs/ I’ve come up with a workaround for this, in the plugin file I changed the following lines, //Prettyfy the blog name $blog_name = str_replace("/","", $blog['path']); if($blog_name=="") $blog_name="main multisite"; to $blog_name = $blog['domain']; Which at least shows my the blog domain. I guess the problem arose because I am using subdomains instead of paths for network sites. Bruce Yeah, that was an intended effect. Using your method makes sense for sub-domain MU, but not really for sub-directory MU.

Comments

2 shown
brucedjones 2014-01-12T19:55:00+00:00

I’ve come up with a workaround for this, in the plugin file I changed the following lines, //Prettyfy the blog name $blog_name = str_replace("/","", $blog['path']); if($blog_name=="") $blog_name="main multisite"; to $blog_name = $blog['domain']; Which at least shows my the blog domain. I guess the problem arose because I am using subdomains instead of paths for network sites. Bruce

bdombro 2014-02-10T16:47:00+00:00

Yeah, that was an intended effect. Using your method makes sense for sub-domain MU, but not really for sub-directory MU.