WordPress Multisite
-
Hi, let’s say I have the plugin installed on one of the websites on my multisite network, and I created Members Directory. I want to embed it in one of my other website on the same network.
I am using Team plugin it works well like this
<?php switch_to_blog(121); ?><?php echo do_shortcode(“[team id=’224′]”); ?><?php restore_current_blog(); ?>But when I try the same with ultimatemember shortcode
<?php switch_to_blog(146); ?><?php echo do_shortcode(“[ultimatemember form_id=’42’]”); ?><?php restore_current_blog(); ?>
it shows me users list on the current blog, not from blog 146.I would appreciate if you can give me solution how to implement it.
Best,
Ripa
The topic ‘WordPress Multisite’ is closed to new replies.