This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Just Headline

वर्णन

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.

स्क्रीनशॉट

  • Widget options

स्थापना

  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.

नेहमी विचारले जाणारे प्रश्न

Installation Instructions
  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.
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.

समीक्षा

ह्या प्लगइनसाठी कोणतेही समीक्षण नाही.

योगदानकर्ते आणि विकसक

“Just Headline” हे मुक्त स्रोत सॉफ्टवेअर आहे. पुढील लोक या प्लगइनच्या निर्मितीत योगदान केले आहे.

योगदानकर्ते

भाषांतर करा “Just Headline” तुमच्या भाषेत.

विकासातील आग्रह?

कोड ब्राउझ करा, SVN संग्रहालय तपासा, किंवा विकास लॉग च्या RSS द्वारे सदस्यता घ्या.

बदलांची यादी

  • Version 1.0
    • First version of the plugin