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.

Post Length Indicator

Description

“Post Length Indicator” displays a dual-coloured bar along side the browser’s scrollbar that shows readers what portion of the page contains the actual post content and what portion contains the comments. This is perfect for blogs that receive a lot of comments as it indicates to readers how long the article is and saves you from having readers turn away because your post appears too long.

The indicator will show on all posts that have comments, or that have comments enabled even if there are no comments yet. Text labels will display next to the indicator when a user hovers over it and clicking on each of the indicator sections will scroll the page to the top of the post content or the comments, depending which secion was clicked.

The colours of the indicator can be changed from the plugin settings page, as well as the post types for which it must appear.

Contribute to this plugin on GitHub: https://github.com/hlashbrooke/Post-Length-Indicator

Usage

Simply install the plugin and go to “Settings > Post Length Indicator” to configure the colours of the indicator as well as for which post types it must display.

Screenshots

  • Example of the indicator as displayed on a post with many comments
  • Example of the indicator as displayed on a post with very few comments
  • Example of the indicator labels that appear on hover

Installation

Installing “Post Length Indicator” can be done either by searching for “Post Length Indicator” via the “Plugins > Add New” screen in your WordPress dashboard, or by using the following steps:

  1. Download the plugin via WordPress.org
  2. Upload the ZIP file through the ‘Plugins > Add New > Upload’ screen in your WordPress dashboard
  3. Activate the plugin through the ‘Plugins’ menu in WordPress

FAQ

Why would I need a plugin like this?

When a visitor comes to an article with a really long scrollbar that is caused by having lots of comments, they are often put off because it appears that the article is longer than it actually is. This plugin solves that problem by showing your readers how long your article is from the get go. It also allows people to scroll directly to the comments section of the post because they will know exactly how far down the page it is.

How can I hide the indicator for a specific post?

Use this snippet to hide the indicator for a specific post: https://gist.github.com/hlashbrooke/6f377182d89c2a640fd0 – just replace ‘123’ with the ID of the post in question.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Post Length Indicator” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.0

  • 2013-02-24
  • Initial release