
Widget to easy add single html heading tag
| Author: | JustCoded / Alex Prokopenko (profile at wordpress.org) |
| WordPress version required: | 4.3 |
| WordPress version tested: | 4.8.2 |
| Plugin version: | 1.0 |
| Added to WordPress repository: | 25-07-2016 |
| Last updated: | 28-07-2016
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
|
| Rating, %: | 0 |
| Rated by: | 0 |
| Plugin URI: | |
| Total downloads: | 1 494 |
| Active installs: | 10+ |

Click to start download
|
Screenshots

Widget options
FAQ
Installation Instructions
- Download, unzip and upload to your WordPress plugins directory.
- Activate the plugin within your WordPress Administration Backend.
- You can use the widget now.
Q: How can I edit a Heading sizes list?
A: You can add the jhl_tags_list filter hook from your theme or plugin. You will have simple key-value pairs array, which you can modify.
Q: How can I edit Heading styles list?
A: You can add the jhl_styles_list filter hook from your theme or plugin. You will have simple key-value pairs array, which you can modify.
Q: Can I modify the default classes for styles?
A: You can add the jhl_styles_attributes filter hook from your theme or plugin. You will have simple key-value pairs array, which you can modify.
Q: Can I add additional wrappers for the title inside the heading tag?
A: You can add the jhl_title filter hook from your theme or plugin. You will have a title value string as a parameter.
ChangeLog
- Version 1.0
- First version of the plugin