Title: Multisite Extensions
Last modified: August 21, 2016

---

# Multisite Extensions

 *  Resolved [coremedia](https://wordpress.org/support/users/coremedia/)
 * (@coremedia)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/multisite-extensions/)
 * Thanks for the best free Event plugin out there. I was wondering if there is 
   a plugin that can extend the widgets available to other sites on a multisite?
   For example to display events posted on one site on all or any of the others.
   Any help would be appreciated! Thanks in advance.
 * [http://wordpress.org/plugins/events-manager/](http://wordpress.org/plugins/events-manager/)

Viewing 15 replies - 1 through 15 (of 19 total)

1 [2](https://wordpress.org/support/topic/multisite-extensions/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/multisite-extensions/page/2/?output_format=md)

 *  Plugin Support [angelo_nwl](https://wordpress.org/support/users/angelo_nwl/)
 * (@angelo_nwl)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/multisite-extensions/#post-4128615)
 * you can use shortcodes in text widget using wp plugin – “Shortcodes in Sidebar
   Widgets”
 * then use shortcode like [events_list blog=”1,2,3″]#_CUSTOMEVENTLINK 
   [/events_list]
   where 1,2,3 is the blog id
 *  Thread Starter [coremedia](https://wordpress.org/support/users/coremedia/)
 * (@coremedia)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/multisite-extensions/#post-4128648)
 * Hi Angelo,
 * Thanks for replying. I’ve tried the shortcut you posted changing the blog=”1,2,3″
   to “blog=”12” as mine is but it reports ‘No Events’. There are upcoming events
   from next Saturday so they should be shown. Any ideas what’s stopping them from
   being displayed. Only the blog id is different from your exact shortcode.
 *  Plugin Support [angelo_nwl](https://wordpress.org/support/users/angelo_nwl/)
 * (@angelo_nwl)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/multisite-extensions/#post-4128663)
 * should be blog=’1,2′ instead of blog=’12’ where 1 & 2 is the blog id
 *  Thread Starter [coremedia](https://wordpress.org/support/users/coremedia/)
 * (@coremedia)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/multisite-extensions/#post-4128676)
 * That wasn’t a typo……the blog id IS ’12’ for mine. Still won’t work.
 *  Plugin Support [angelo_nwl](https://wordpress.org/support/users/angelo_nwl/)
 * (@angelo_nwl)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/multisite-extensions/#post-4128678)
 * is 12 is the blog id of your main site or it’s the id of your subsite?
 *  Thread Starter [coremedia](https://wordpress.org/support/users/coremedia/)
 * (@coremedia)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/multisite-extensions/#post-4128679)
 * My main site is 1, my subsite is 12.
 *  Plugin Support [angelo_nwl](https://wordpress.org/support/users/angelo_nwl/)
 * (@angelo_nwl)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/multisite-extensions/#post-4128681)
 * hmm, so you’ve wanted to show main site events in your subsite ?
 *  Plugin Author [Marcus (aka @msykes)](https://wordpress.org/support/users/netweblogic/)
 * (@netweblogic)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/multisite-extensions/#post-4128682)
 * what’s the exact shortcode you’re using, and where (which blog) is it located?
 *  Thread Starter [coremedia](https://wordpress.org/support/users/coremedia/)
 * (@coremedia)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/multisite-extensions/#post-4128683)
 * No Angelo, I wanted to show the blog 12 events in the main site. Thanks for responding
   Marcus, the exact code is as follows;
 * [events_list blog=”12″]#_CUSTOMEVENTLINK [/events_list]
 * That’s the code I am trying to add to my main site to bring up the site with 
   the blog id of 12’s events.
 *  [caimin_nwl](https://wordpress.org/support/users/caimin_nwl/)
 * (@caimin_nwl)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/multisite-extensions/#post-4128686)
 * If you use just
 * `[events_list blog="12"]`
 * does that work?
 * Where / how have you defined the #_CUSTOMEVENTLINK placeholder?
 *  Thread Starter [coremedia](https://wordpress.org/support/users/coremedia/)
 * (@coremedia)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/multisite-extensions/#post-4128687)
 * Thanks for your input Caimin. Unfortunately that doesn’t work either. I’ve tried
   to add the code supplied in both the ‘Events’ widget & also as a shortcode in
   a Text HTML widget. I’m trying to add the Events from site (blog) 12 on to the
   main site in the sidebar (actually the footer on my theme) not as a shortcode
   in a page or post.
 *  [caimin_nwl](https://wordpress.org/support/users/caimin_nwl/)
 * (@caimin_nwl)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/multisite-extensions/#post-4128691)
 * Ah, ok that’s probably the problem – not all themes run shortcodes from within
   widgets.
 * Try adding this to the functions.php of your theme:
 * `add_filter('widget_text', 'do_shortcode');`
 * I would test with [events_list blog=”12″] to begin with to make sure it’s working.
 *  Thread Starter [coremedia](https://wordpress.org/support/users/coremedia/)
 * (@coremedia)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/multisite-extensions/#post-4128693)
 * Thanks Caiman. I tried that, still no joy. Is there any specific place in function.
   php it should be added? I simply inserted it before the closing ‘?>’
 *  [caimin_nwl](https://wordpress.org/support/users/caimin_nwl/)
 * (@caimin_nwl)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/multisite-extensions/#post-4128694)
 * Pretty sure the position in the file wouldn’t make any difference. Does that 
   shortcode work in a normal page?
 *  Thread Starter [coremedia](https://wordpress.org/support/users/coremedia/)
 * (@coremedia)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/multisite-extensions/#post-4128695)
 * Just tried it, nope it doesn’t.

Viewing 15 replies - 1 through 15 (of 19 total)

1 [2](https://wordpress.org/support/topic/multisite-extensions/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/multisite-extensions/page/2/?output_format=md)

The topic ‘Multisite Extensions’ is closed to new replies.

 * ![](https://ps.w.org/events-manager/assets/icon-256x256.png?rev=1039078)
 * [Events Manager - Calendar, Bookings, Tickets, and more!](https://wordpress.org/plugins/events-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/events-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/events-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/events-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/events-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/events-manager/reviews/)

 * 19 replies
 * 4 participants
 * Last reply from: [coremedia](https://wordpress.org/support/users/coremedia/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/multisite-extensions/page/2/#post-4128701)
 * Status: resolved