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.

Display Simple Post View Count

Description

Display Simple Post View Count allows you to display how many times a post, page or custom post type had been viewed with this simple, fast and easy to use plugin.

In count display to configure settings, navigate to [ WordPress Admin -> Settings -> SPCD Options ], where you can see three options:

  1. Add css for counter display
  2. Add display text with count text
  3. Post views display position

FEATURES

  • You will get an option to select post types for which post views will be counted and displayed.
  • Used different methods of collecting post views data: PHP, Javascript, Fast AJAX and REST API for greater flexibility
  • Capability to query posts according to its views count
  • Count display shortcode
  • Dashboard post views stats widget
  • Option to select post types for which post views will be counted and displayed.
  • Post views display position, automatic or manual via shortcode
  • W3 Cache/WP SuperCache compatible

Example Display shortcode:

[spcd_display]

NOTE

We have this plugin compatible gutenberg.

Screenshots

  • Simple Post Count Display General Settings
  • Simple Post Count Display before content
  • Simple Post Count Display after content
  • Simple Post Count Display widget

Installation

  1. Upload simple-post-counter-display folder to your /wp-content/plugins/ directory.
  2. Activate the plugin from Admin > Plugins menu.
  3. Once activated you should check with Settings > SPCD Options

FAQ

Where can I find the settings configuration?

It is under Settings > SPCD Options.

When and how to use spcd_display shortcode?

You can use below mentioned shortcode in count view to display any pages.

How to apply the custom view count shortcode

Check code example below:
<?php echo do_shortcode(‘[spcd_display’]’); ?>

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Display Simple Post View Count” is open source software. The following people have contributed to this plugin.

Contributors

“Display Simple Post View Count” has been translated into 2 locales. Thank you to the translators for their contributions.

Translate “Display Simple Post View Count” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.0

  • Initial Release