Re: Group Blog
Just noticed that the author links produced by P2’s entry.php look something like this:
http://mywebsite.com/testgroup/blog/author/admin/
The ‘/blog’ is not supposed to be there! It’s apparently generated by $wp_rewrite WP_Rewrite in /wp-includes.
P2 apparently uses standard single WP tags that produce links that in some cases end in /blog. That would explain why posts end up on the default blog when I turn on the javascript.
What would these tags be? Are there WP tags or functions that produce links with ‘/blog’?
Is there good catch-all way to replace these links with WPMU/BP equivalents?