All Projects → bueltge → Wordpress Admin Style

bueltge / Wordpress Admin Style

Licence: gpl-2.0
Shows the WordPress admin styles on one page to help you to develop WordPress compliant

Projects that are alternatives of or similar to Wordpress Admin Style

Rails Handbook
Describing the development process used by the Infinum Rails Team.
Stars: ✭ 738 (-15.27%)
Mutual labels:  design-patterns, styleguide
Paper Code
对一些好的技术文章结合自己的实践经验进行翻译、举例说明等或自己的经验分享。主要包括架构设计、模式设计、模型设计、重构等。
Stars: ✭ 94 (-89.21%)
Mutual labels:  design-patterns, layout
Wp Controllers
The OOP Developer's best friend for working with objects in WordPress
Stars: ✭ 25 (-97.13%)
Mutual labels:  wordpress
Better Search
Better Search WordPress plugin
Stars: ✭ 9 (-98.97%)
Mutual labels:  wordpress
Gulp Frontnote
スタイルガイドジェネレーターFrontNoteのGulpプラグイン
Stars: ✭ 7 (-99.2%)
Mutual labels:  styleguide
Wp Posts To Posts
Efficient many-to-many connections between posts, pages, custom post types, users.
Stars: ✭ 933 (+7.12%)
Mutual labels:  wordpress
Wp2md
Convert WordPress Posts to markdown files. / 将WordPress文章转换为md文件。
Stars: ✭ 8 (-99.08%)
Mutual labels:  wordpress
Maps Block Apple
An Apple Maps block for the WordPress block editor (Gutenberg).
Stars: ✭ 25 (-97.13%)
Mutual labels:  wordpress
Wp Downloadmanager
Adds a simple download manager to your WordPress blog.
Stars: ✭ 11 (-98.74%)
Mutual labels:  wordpress
Idowns
wordpress theme iDowns V1.8.4 不要钱 随意用
Stars: ✭ 27 (-96.9%)
Mutual labels:  wordpress
Wp Scribbles Theme
Scribbles is a Primer child theme with a playful and fun mood.
Stars: ✭ 9 (-98.97%)
Mutual labels:  wordpress
Lld Parking Lot
Repository for low level design solution of parking lot
Stars: ✭ 27 (-96.9%)
Mutual labels:  design-patterns
Templates
Simple PHP template engine which is easy to use
Stars: ✭ 26 (-97.01%)
Mutual labels:  wordpress
Phpmyadmin
A Chassis extension to install and configure phpMyAdmin on your server.
Stars: ✭ 8 (-99.08%)
Mutual labels:  wordpress
Styleguide Git Commit Message
/sBin/StyleGuide/Git/CommitMessage
Stars: ✭ 934 (+7.23%)
Mutual labels:  styleguide
Heroku Wp
WordPress on Heroku
Stars: ✭ 865 (-0.69%)
Mutual labels:  wordpress
Genesis Simple Hook Guide
WordPress plugin that displays names of all Genesis hooks on the current page dynamically.
Stars: ✭ 25 (-97.13%)
Mutual labels:  wordpress
Wp Structuring Markup
🔌 WordPress: Plug-in Markup (JSON-LD) structured in schema.org
Stars: ✭ 26 (-97.01%)
Mutual labels:  wordpress
Wordpress Rest Cache
WordPress Plugin to lazy cache HTTP requests in database and update via cron.
Stars: ✭ 8 (-99.08%)
Mutual labels:  wordpress
Jerryslide
Jerry's Knowledge repository - cut down on 2017-02-04 15:26PM
Stars: ✭ 12 (-98.62%)
Mutual labels:  design-patterns

WordPress Admin Style

FOSSA Status Latest Stable Version

Shows the WordPress admin styles on one page to help you to develop WordPress compliant

  • List markup and examples for '2 Column Page Layout', Headers, Header Icons, Buttons, Tables, Admin Notices, Alternative Colours, Pagination, Form Elements, Form Helper Functions, Tabs, Default Admin Color Schemes
  • Helper Classes
  • jQuery UI Examples
  • Dashicons
  • Genericons

Description

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.

Screenshots & history

Part of the Admin Style information in WordPress version 5.3

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.

  1. Admin Style in WordPress 3.1
  2. Admin Style in WordPress 3.4
  3. Admin Style in WordPress 3.6-alpha
  4. Admin Style in WordPress MP6 Design
  5. Dashicons in WordPress MP6 Design
  6. Genericons in WordPress 3.9-alpha

Installing

Manual

  1. Download the plugin as a ZIP file from GitHub.
  2. In your WordPress admin click Plugin -> Add New -> Upload Plugin.
  3. Upload the ZIP file.
  4. Activate the plugin.

Via Composer

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>

Via Git

  1. Go to your Must Use folder cd path
  2. git init .
  3. git remote add origin https://github.com/bueltge/wordpress-admin-style.git
  4. git fetch origin
  5. git checkout master
  6. Check in the network plugin page, if it works

Automatic Udates

The plugin supports the GitHub Updater plugin for WordPress. The plugin enable automatic updates from this GitHub Repository. You will find all information about the how and why at the plugin wiki page.

Other Notes

Bugs, technical hints or contribute

Please give me feedback, contribute and file technical bugs on this GitHub Repo, use Issues.

License

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 ;)

Contact & Feedback

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.

Disclaimer

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].