Multisite Directory Wordpress Plugin - Rating, Reviews, Demo & Download

Multisite Directory Wordpress Plugin - Rating, Reviews, Demo & Download
No ratings yet
Free
Follow for free plugins, new theme releases and theme news

Plugin Description

Multisite Directory provides a customizable Network-wide site directory for WordPress Multisite installations. You can categorize subsites in your Network, add full-length descriptions and featured images to them, and more. Theme developers can customize the look and feel of the site directory using all the tools they’re already familiar with. Blog authors can use a highly-configurable shortcode ([site-directory]) to display the directory anywhere shortcodes are supported.

Each time a new site or blog is added to your Network, a corresponding entry in the site directory is added, too. The directory is managed from the Network’s main site, but most changes to the subsites (other blogs) automatically update the directory. Many parts of a given site’s appearance in the directory can be modified without affecting the site itself. This means a Super Admin can use a custom site logo, tagline, and so on in the directory itself, without changing the site’s actual logo, tagline, and so on. Additional options in the Network Settings → Network Directory section allows Super Admins to tweak the bells and whisltes, such as keeping Directory Entry titles in sync with Site Name changes.

Site directory entries are implemented as a hierarchical custom post type in the main site. These pages can be categorized with a custom subsite_category taxonomy. We’ve found that this combination allows maximum flexibility while providing the tightest integration with existing WordPress core features. As a result, no new tables are added to your install, and no side effects are introduced. It Just Works.(TM)

Quickstart guide

After installing the plugin, you’ll want to:

  1. As a Super Admin, go to My Sites → Network Admin → Sites. Notice the new “Categories” link on the sidebar.
  2. Create some categories! If the category relates to a location (maybe it’s a site for a regional chapter of your organization?), be sure to click the map to geotag it.
  3. Click on “Directory,” immediately above “Categories.” These pages are the individual directory entries, not the blogs. Categorize these pages as you would regular WordPress Pages to organize your Site Directory.
  4. Go to any site’s Appearance → Widgets screen, and add a “Network Directory Widget” to a widget area.
  5. If you’ve geotagged some of your Site Categories, choose “Display as map” from the widget options. (Otherwise, leave it on “Display as list.”)
  6. Click Save, view your blog, and enjoy your new Site Directory!

Check out the Screenshots for a few examples.
This plugin provides a number of functions to Theme authors so that they can make use of the Multisite Network Directory features in their themes. This section documents those functions. For implementation details, see this plugin’s includes/functions.php file.

get_site_directory_terms

Gets all categories in the site directory.

  • @return array|false|WP_Error

Get site terms

Gets the categories assigned to a given blog in the network directory.

  • @param int $blog_id
  • @return array|false|WP_Error

the_site_directory_logo

Prints the site’s custom logo or the site directory entry’s featured image, if it has one.

  • @param int $blog_id Optional. The ID of the site whose logo to get. Default is the current directory entry’s site’s logo.
  • @param string|int[] $size
  • @param string|string[] $attr
  • @return void

Screenshots

  1. <p>Multisite Directory adds a "Categories" entry to your Sites menu so you can organize your sites using the familiar Category interface.</p>

    Multisite Directory adds a “Categories” entry to your Sites menu so you can organize your sites using the familiar Category interface.

  2. <p>Site categories include geotagging capabilities out-of-the-box, so you can easily group your sites by geographic region.</p>

    Site categories include geotagging capabilities out-of-the-box, so you can easily group your sites by geographic region.

  3. <p>The plugin includes a Network Directory Widget as well as a shortcode (<code>[site-directory]</code>) that make it easy to publish a simple Multisite Network Directory in a post, page, or widget area.</p>

    The plugin includes a Network Directory Widget as well as a shortcode ([site-directory]) that make it easy to publish a simple Multisite Network Directory in a post, page, or widget area.

  4. <p>When users create new sites, they can categorize their blog under the scheme you created. Once their site is created, however, the Super Admin can always re-categorize the new site at will.</p>

    When users create new sites, they can categorize their blog under the scheme you created. Once their site is created, however, the Super Admin can always re-categorize the new site at will.


Reviews & Comments