Plugin info

Total downloads: 4,607
Active installs: 20
Total reviews: 2
Average rating: 3.5
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 7
Last updated: 10/7/2015 (3737 days ago)
Added to WordPress: 10/6/2015 (10 years old)
Minimum WordPress version: 4.2
Tested up to WordPress version: 4.3.34
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 3737 days ago • 2 reviews

22/100

Is HM Content TOC abandoned?

Possibly abandoned (last update 3737 days ago).

Compatibility

Requires WordPress: 4.2
Tested up to: 4.3.34
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

The plugin provides:

  • Shortcode [hm_content_toc] with title and headers attributes.
    The shortcode should be inserted into post/page content with optional attributes
    Example: [hm_content_toc title="TOC title" headers="h2, h3, h4"]
  • Plugin settings to specify default TOC settings for title and header, which will
    be used in case a shortcode is specified without attributes, i.e. [hm_content_toc]
    Plugin’s defaults are: empty title and headers h2, h3, h4, h5, h6
  • Integration with “Shortcake (Shortcode UI)” plugin

Bugs or feature requests

To report bugs or feature requests, please use Github issues.

Translations

  • English – default, always included
  • Русский (Russian) by Dasha Luna
  • Italiano (Italian) by Franz Vitulli
  • Português (Portuguese – Portugal) by Ana Silva

Note: All my plugins are localized/translatable by default. This is very important for
all users worldwide. So please contribute your language to the plugin to make it even more useful.
Please read the instructions on how to contribute a translation.

License: GPLv2 or later

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

Installation

HM Content TOC can be installed like any other WordPress plugin.

  1. Upload the entire folder hm-content-toc to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Plugin settings will be added to WordPress Settings admin menu,
    i.e. Settings -> HM Content TOC Settings, to specify the default settings for the
    plugin.

    The settings page is visible only for users who can manage options, by default
    it is super administrators and administrators.

  4. Now you can use [hm_content_toc] shortcode in your post/page content to generate
    TOC for specified headers from that post/page content.

Frequently Asked Questions

1. What versions of WordPress are supported?

The plugin has been extensively tested on both standard and multisite installations
for the following WordPress versions:

Review feed

No reviews available

Screenshots

  1. WordPress Admin: Plugins page - a summary of the plugin with quick action links to plugin's Settings and <a href="https://github.com/dashaluna/hm-content-toc#readme">Documentation on github webiste</a>.

    WordPress Admin: Plugins page - a summary of the plugin with quick action links to plugin's Settings and Documentation on github webiste.

  2. WordPress Admin: Settings page - plugin's default settings. These settings will be used when a shortcode <code>[hm_content_toc]</code> is specified without attributes. Shortcode attribute takes precedence over default settings.

    WordPress Admin: Settings page - plugin's default settings. These settings will be used when a shortcode [hm_content_toc] is specified without attributes. Shortcode attribute takes precedence over default settings.

  3. WordPress Admin: Pages - example of a page that uses <code>[hm_content_toc]</code> shortcode with its attributes, to specify title that appears before TOC and HTML element names used to generate the TOC.

    WordPress Admin: Pages - example of a page that uses [hm_content_toc] shortcode with its attributes, to specify title that appears before TOC and HTML element names used to generate the TOC.

  4. Main website: Example of a page with generated TOC with specified parameters.

    Main website: Example of a page with generated TOC with specified parameters.

  5. Main website: Example of a page when a link from the TOC is clicked. In this case, the <code>Heading #3 - third level</code> link from the TOC is clicked, a visitor is taken to that heading within the page content. The URL uses an anchor that has been inserted before the heading in the page content.

    Main website: Example of a page when a link from the TOC is clicked. In this case, the Heading #3 - third level link from the TOC is clicked, a visitor is taken to that heading within the page content. The URL uses an anchor that has been inserted before the heading in the page content.

  6. WordPress Admin: Integration with Shortcake UI - the view when <code>Add Media</code> button is clicked. The <code>Insert Post Element</code> tab lists all registered shortcodes with Shortcake. The <code>HM Content TOC</code> is present to be inserted into post/page content.

    WordPress Admin: Integration with Shortcake UI - the view when Add Media button is clicked. The Insert Post Element tab lists all registered shortcodes with Shortcake. The HM Content TOC is present to be inserted into post/page content.

  7. WordPress Admin: Integration with Shortcake UI - the view when <code>HM Content TOC</code> box was clicked, allowing for shortcode parameters to be specified.

    WordPress Admin: Integration with Shortcake UI - the view when HM Content TOC box was clicked, allowing for shortcode parameters to be specified.

Changelog

1.0.1

  • Removed a full stop at the end of the plugin description as it was too long by WP standards – doh!