https://github.com/phirebase/quicktags-for-wp
This simply plugin adds useful buttons to native WordPress HTML editor.
https://github.com/phirebase/quicktags-for-wp
classic-editor edit html-editor quicktags
Last synced: 12 months ago
JSON representation
This simply plugin adds useful buttons to native WordPress HTML editor.
- Host: GitHub
- URL: https://github.com/phirebase/quicktags-for-wp
- Owner: phirebase
- License: gpl-2.0
- Created: 2016-11-11T14:15:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-06-11T08:49:06.000Z (about 1 year ago)
- Last Synced: 2025-07-04T22:48:19.062Z (12 months ago)
- Topics: classic-editor, edit, html-editor, quicktags
- Language: PHP
- Homepage: https://wordpress.org/plugins/wp-quicktags/
- Size: 211 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
ο»Ώ# Quicktags for WP



[](https://github.com/phirebase/quicktags-for-wp/issues)
[](https://github.com/phirebase/quicktags-for-wp)
Enhance the native WordPress **Classic Editor** with extra HTML Quicktag buttons.

---
## π§© Description
**Quicktags for WP** adds helpful HTML buttons to the native WordPress **Classic Editor** interface, specifically in the *Text* (HTML) editing mode.
The plugin is lightweight, direct, and adds the following tags as buttons:
- `
`, ``, ``, ``, ``, ``, `
`, `Β `, `mox`
The **mox** button inserts a responsive wrapper (`
`) you can use to highlight images or elements via CSS.
---
## β¨ Features
- Adds missing or hidden HTML buttons to the Classic Editor
- Focuses on clean, readable markup
- Works only in **Text (HTML)** mode β no bloat in Visual mode
- Includes responsive wrapper class button (`mox`)
- Ideal for fast editors, developers, and HTML lovers
---
## π§ Installation
1. Upload the plugin folder to `/wp-content/plugins/`
2. Activate the plugin via **Plugins > Installed Plugins**
3. Make sure the **Classic Editor** plugin is active
4. Open any post or page in the Classic Editor, and switch to **Text** tab
5. Start using the new buttons!
---
## β FAQ
> β οΈ This plugin works **only** with the Classic Editor. Gutenberg is not supported.
### Does this plugin work with Gutenberg (Block Editor)?
No. This plugin is built specifically for the **Classic Editor**.
If you are using Gutenberg, these Quicktags will not appear.
### What does the "mox" button do?
The `mox` button inserts the following snippet:
```html
```
You can target `.mox` in your themeβs CSS to highlight or style images, text blocks, or containers responsively.
---
## πΌοΈ Screenshots

---
## π Changelog
### 1.4.5
- Moved plugin dependency declaration to main PHP file (Classic Editor)
### 1.4.4
- Added dependency check for Classic Editor with admin notice
- Included Text Domain for localization support
### 1.4.3
- Updated codebase to follow **WordPress Coding Standards** (PHPCS)
### 1.4.2
- Fixed header placement
- Added PayPal donate link
### 1.4.1
- Removed redundant `` button (now native)
- Added `` button before `
`
### 1.4
- Complete rewrite to match modern standards
- Added function prefix `wpqt_` to avoid conflicts
- Improved security, structure, and naming
### 1.3 β 1.0
- Initial releases and minor fixes
---
## π Notes
- Requires the [Classic Editor plugin](https://wordpress.org/plugins/classic-editor/)
- Compatible with WordPress 5.0+ through 6.8
- Fully client-side; does not affect front-end or content rendering
---
## π Credits
Developed by [David Klhufek](https://phirebase.com)
Support the project: [paypal.me/DavidKlhufek](https://paypal.me/DavidKlhufek)
---
## π License
Licensed under the GPLv2 or later. See `LICENSE` file.
[https://www.gnu.org/licenses/gpl-2.0.html](https://www.gnu.org/licenses/gpl-2.0.html)