WPMU sitewide tags pages for BP
-
hi,
5 month ago WPMU sitewide tags pages plugin was updated to allow adding of sub blogs IDs (names) to retrieved posts (to the main blog).
all you need to do in WP is to add code below to the theme:“?php $org_blog_id = get_post_meta ($post-> ID, ‘blogid’, true); $blog_details = get_blog_details($org_blog_id); echo $blog_details->blogname; ?”
cod does not work for BP, maybe someone knows which positions should be changed?
thanks.
- The topic ‘WPMU sitewide tags pages for BP’ is closed to new replies.