https://github.com/fabacab/multisite-directory
:card_index::globe_with_meridians: Add a browseable, flexible directory of the sites in a WP Multisite network.
https://github.com/fabacab/multisite-directory
wordpress-plugin wp-multisite
Last synced: 10 months ago
JSON representation
:card_index::globe_with_meridians: Add a browseable, flexible directory of the sites in a WP Multisite network.
- Host: GitHub
- URL: https://github.com/fabacab/multisite-directory
- Owner: fabacab
- License: gpl-2.0
- Created: 2016-03-25T20:59:59.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-06-16T19:00:34.000Z (almost 9 years ago)
- Last Synced: 2025-07-05T04:03:23.928Z (11 months ago)
- Topics: wordpress-plugin, wp-multisite
- Language: PHP
- Homepage: https://wordpress.org/plugins/multisite-directory/
- Size: 519 KB
- Stars: 1
- Watchers: 2
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Multisite Directory
[](https://travis-ci.org/meitar/multisite-directory)
A WordPress plugin that makes it easy to add a Network-wide "Site Directory" to your WP Multisite install.
# Running tests
Multisite Directory is intended only for WP Multisite installs (as the name implies). Therefore, when you run tests locally, do:
```sh
WP_MULTISITE=1 phpunit
```
If you don't set the `WP_MULTISITE` environment variable, the tests will still run, but you will be testing a single-site install, and the plugin doesn't really do anything interesting on single-site installs (for obvious reasons).