• Hi. I’ve installed Diamond MultiSite Widgets and network activated it. At the moment I have to go into each blog and drag the widget to the sidebar and customize it. Ideally I want all new blogs that are created to have this widget already in place by default. It looks like I can add a ‘shortcode’ to the theme template but this will disappear when themes are updated won’t it?

Viewing 1 replies (of 1 total)
  • Thread Starter sturvey

    (@sturvey)

    Well, I’ve added the following shortcode to the twentyeleven template theme:

    <aside class="widget">
                <h3 class="widget-title">List of blogs</h3>
                <?php echo do_shortcode('[diamond-bloglist format="{title}"]'); ?>
                </aside>

    But it only pulls in two of my blogs – I have about 5. Why aren’t the others there too?

Viewing 1 replies (of 1 total)
  • The topic ‘Diamond MultiSite Widgets bloglist’ is closed to new replies.