The MU forums have moved to WordPress.org

Sitewide Tags approach (4 posts)

  1. PBO
    Member
    Posted 15 years ago #

    I was able to use donncha's sitewide tag plugin in the new version of wordpress 2.8.

    The tags from blogs are copied from the member's blog. but I want to call the tags from the sitewide (global) and merge it and put it in the main blog.

    does any one know the command?

  2. andrea_r
    Moderator
    Posted 15 years ago #

    <?php switch_to_blog(ID of tag blog); ?>

    tag cloud code here

    <?php restore_current_blog(); ?>

  3. DeannaS
    Member
    Posted 15 years ago #

  4. andrea_r
    Moderator
    Posted 15 years ago #

    Aha! Look at that. :D

About this Topic