Description
Simple ways to make admin customizations for WordPress. You know all that brain space you saved for memorizing hooks? Use it for something better. For example, you can…
- On GitHub
Support
Please use the GitHub repo to file bugs or questions.
Installation
- Activate the plugin through the ‘Plugins’ menu in WordPress
Reviews
March 27, 2017
Really simplifies changing the admin UI. Great plugin
February 28, 2017
An easy way to add (code) columns to the WordPress backend. You can even add sorting on meta keys.
February 19, 2017
Makes it super easy to do complex customizations in the admin.
September 3, 2016
Nice and simple for developers to easily add custom metdata to admin pages. Wish that the wordpress core API was this simple!
Contributors & Developers
“Jigsaw” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Jigsaw” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.9.1
- Automate deployment to WordPress.org with new GitHub action
0.9.0
- Allow for sorting of columns #6 (thanks @shadowshades)
0.8.1
- Updating and fixing links in readme, examples
0.8.0
- Bring the same amazing sorting functionality to user fields (thanks @arenddeboer)
0.7.0
- Allow for sorting of columns with meta fields
0.6.2
- Fixed method visibility error
0.6.1
- Fixed error in PHP 5.3
0.6
- Added column support for users