ulivim
Member
Posted 11 months ago #
I use this function to retrieve a post from another blog of my network
<?php echo get_blog_permalink($ff_blog_id, $sub_posts[0]->ID); ?>
However, this function returns the original domain and not mapped.
Is there any way or filter that I can use?
http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/
ulivim
Member
Posted 11 months ago #
Only on main blog display the permalink as subsite.mainsite.com
in all other blog display mapped domain.
ulivim
Member
Posted 11 months ago #
For now solved with 'str_replace' to every single permalink
waiting for a better solution.
For now solved with 'str_replace' to every single permalink
That's probably as good as it gets.