Title: Multisite
Last modified: August 22, 2016

---

# Multisite

 *  Resolved [rocknets](https://wordpress.org/support/users/rocknets/)
 * (@rocknets)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/multisite-221/)
 * I have a multisite and would like subsites to be able to display jobs (that have
   been added to the main site) on their own sidebars using a widget.
 * I don’t want subsites to have access to the whole ‘WP Job Manager’ plugin, just
   to have the option of using a widget that displays the most recent 3 jobs from
   the main site. Each job would then link to the full job description on the main
   site.
 * Is this something that can be done?
 * Regards
 * Steve
 * [https://wordpress.org/plugins/wp-job-manager/](https://wordpress.org/plugins/wp-job-manager/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Scott Basgaard](https://wordpress.org/support/users/scottbasgaard/)
 * (@scottbasgaard)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/multisite-221/#post-5450044)
 * Hey Steve,
 * Happy to help you with your question.
 * Unfortunately this functionality isn’t available out of the box but it wouldn’t
   be to difficult with some custom queries to pull these from the main site.
 * To see an example of how we query job listings in core take a look at:
    [https://github.com/mikejolley/WP-Job-Manager/blob/0ac586f801d7cc493a1fb3abaf9b8d188ca83247/includes/class-wp-job-manager-shortcodes.php#L349](https://github.com/mikejolley/WP-Job-Manager/blob/0ac586f801d7cc493a1fb3abaf9b8d188ca83247/includes/class-wp-job-manager-shortcodes.php#L349)
 * I don’t recommend switch_to_blog() usually but you could try it, otherwise look
   into:
    [https://github.com/ericandrewlewis/WP_Query_Multisite](https://github.com/ericandrewlewis/WP_Query_Multisite)
 * Kind Regards,
    Scott
 *  Thread Starter [rocknets](https://wordpress.org/support/users/rocknets/)
 * (@rocknets)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/multisite-221/#post-5450123)
 * Thanks Scott. My coding skills are next to zero.
    I did wonder about using RSS
   as the information is much the same as in your job widget isn’t it.
 * I know that users could use the RSS widget to do this, but my site users might
   not understand the procedure. I want to make it really simple for them to drag
   and drop a ready-made RSS widget into their sidebar that already has the feed
   setup – pointing to the wp Job Manger RSS data..
 * I know how to make a basic widget, but do you know of a simple way for me to 
   make an RSS feed reader widget – where the feed url is already hard-coded into
   the widget?
 * This would be great if you could point me in the right direction.
 * Thanks for your help do far.
 * Steve
 *  [Scott Basgaard](https://wordpress.org/support/users/scottbasgaard/)
 * (@scottbasgaard)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/multisite-221/#post-5450206)
 * RSS Widget could definitely do the trick to show these on other sites 🙂
 * You’ll find it at:
 * [http://yoursite.com/feed/job_feed](http://yoursite.com/feed/job_feed) or:
    [http://yoursite.com/feed/?post_type=job_listing](http://yoursite.com/feed/?post_type=job_listing)
 * You could then utilize a widget like:
    [https://wordpress.org/plugins/rss-feed-widget/](https://wordpress.org/plugins/rss-feed-widget/)
 * or:
    [https://wordpress.org/plugins/better-rss-widget/](https://wordpress.org/plugins/better-rss-widget/)
 * or the one bundled in core to display these items.
 * Hope this helps!
 * Cheers,
    Scott

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Multisite’ is closed to new replies.

 * ![](https://ps.w.org/wp-job-manager/assets/icon-256x256.gif?rev=2975257)
 * [WP Job Manager](https://wordpress.org/plugins/wp-job-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-job-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-job-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-job-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-job-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-job-manager/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Scott Basgaard](https://wordpress.org/support/users/scottbasgaard/)
 * Last activity: [11 years, 6 months ago](https://wordpress.org/support/topic/multisite-221/#post-5450206)
 * Status: resolved