Stars: 945
Forks: 124
Pull Requests: 22
Issues: 45
Watchers: 57
Last Updated: 2021-04-28 15:18:10
This plugin reference elements from wp-admin in an overview with the necessary markup and CSS classes to help you to develop WordPress compliant.
License: GNU General Public License v2.0
Languages: CSS, PHP, JavaScript, Hack
http://wpengineer.com/2226/new-plugin-to-style-your-plugin-on-wordpress-admin-with-default-styles/
Shows the WordPress admin styles on one page to help you to develop WordPress compliant
WordPress is developing fast - this also applies to the design of the backend. So it is important not to use your own styles in the admin area and use tags and classes of WordPress. This is the best way you can simplify your work as a developer, and you don't have to test the design with every update. Unfortunately, there are quite extensive opportunities in the backend to implement the requirements. Several different classes and HTML structures are used. To be able to look up something this simple, I have developed this small plugin, which tinkers in the development environment and quickly represents the necessary elements.
Also see the post about the idea and also the comments for a discussion.
The plugin is still active in usage and development since an early WordPress version, so you should see it on the screenshots from the different versions below.
The plugin is available as Composer package and can be installed via Composer from the root of your WordPress installation.
composer require bueltge/wordpress-admin-style
If you have changed the default directory structure or just want the plugin to a specific location, you can create a project from the Composer package.
composer create-project bueltge/wordpress-admin-style <optional-name>
cd path
git init .
git remote add origin https://github.com/bueltge/wordpress-admin-style.git
git fetch origin
git checkout master
The plugin supports the GitHub Updater plugin for WordPress. The plugin enables automatic updates from this GitHub Repository. You will find all information about the how and why at the plugin wiki page.
Please give me feedback, contribute and file technical bugs on this GitHub Repo, use Issues.
Good news, this plugin is free for everyone! Since it's released under the GPLv2+, You can use it free of charge on your personal or commercial blog. But if you enjoy this plugin, you can thank me and leave a small donation for the time I've spent writing and supporting this plugin. And I really don't want to know how many hours of my life this plugin has already eaten ;)
The plugin is designed and developed by me (Frank Bültge)
Please let me know if you like the plugin, or you hate it or whatever ... Please fork it, add an issue for ideas and bugs.
I'm German, and my English might be gruesome here and there. So please be patient with me and let me know of typos or grammatical farts. Thanks