WP Manifestindependent plugin directory
manifest / admin / dashboard-search

Dashboard Search

A WordPress plugin that adds search to your dashboard.

by Tim Brugman · github.com/brugman/dashboard-search · website

1stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/brugman/dashboard-search/archive/refs/heads/develop.zip

Readme

Dashboard Search is a WordPress plugin that puts search on your dashboard for all your post types.

screenshot

Installation

  1. Download the ZIP.
  2. Extract the folder to /wp-content/plugins/.

or

cd /wp-content/plugins/
git clone https://github.com/Brugman/dashboard-search.git

Update

  1. Download the new ZIP.
  2. Replace the old folder in /wp-content/plugins/.

or

cd /wp-content/plugins/dashboard-search/
git pull

Contributing

Found a bug? Want a feature added? Please open an issue so we can talk about it.

Pull requests are welcome. Please try to match the current code formatting.

Author

Tim Brugman

Read the full README on GitHub →