Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aprokopenko/just-headline
Wordpress plugin to print single html heading element
https://github.com/aprokopenko/just-headline
php wordpress wordpress-plugin wordpress-widget
Last synced: 18 days ago
JSON representation
Wordpress plugin to print single html heading element
- Host: GitHub
- URL: https://github.com/aprokopenko/just-headline
- Owner: aprokopenko
- License: gpl-3.0
- Created: 2015-09-09T14:40:24.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-28T17:27:40.000Z (over 8 years ago)
- Last Synced: 2024-10-03T05:01:21.814Z (about 1 month ago)
- Topics: php, wordpress, wordpress-plugin, wordpress-widget
- Language: PHP
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
- License: license.txt
Awesome Lists containing this project
README
=== Just Headline ===
Plugin Name: Just Headline
Description: Widget to easy add a single HTML heading tag
Tags: heading tag, heading, widget
Version: 1.0
Contributors: aprokopenko
Author: JustCoded / Alex Prokopenko
Author URI: http://justcoded.com/
License: GPL2
Requires at least: 4.3
Tested up to: 4.6
Stable tag: trunkWidget to easy add a single HTML heading tag
== Description ==
After installation, you will have a new widget available called "Just Headline".
It can insert the html heading tag h1-h6 into the sidebar or any other widgetized areas (like Page Builders).
Furthermore, you can select a style for it (by default, several pre-defined html tag class names).
= Customization =
You can change available heading sizes and styles with filter hooks. Please check FAQ for more information.
== Installation ==
1. Download, unzip and upload to your WordPress plugins directory.
2. Activate the plugin within your WordPress Administration Backend.
3. You can use the widget now.== Upgrade Notice ==
To upgrade remove the old plugin folder. After than follow the installation steps 1-2. All settings will be saved.
== Frequently asked questions ==
= 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.== Screenshots ==
1. Widget options
== Changelog ==
* Version 1.0
* First version of the plugin