74 lines
2.2 KiB
Plaintext
74 lines
2.2 KiB
Plaintext
=== Easy Post Views Count ===
|
||
Contributors: alphabposervice
|
||
Tags: Easy Post Views Count, post count, post views, custom post views, count, view, postviews, counter
|
||
Requires at least: 4.8
|
||
Tested up to: 6.0
|
||
Stable tag: 1.0.2
|
||
Author: AlphaBPO
|
||
Version: 1.5
|
||
License: GPLv2 or later
|
||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||
|
||
Add an easy post views count plugin into your site and get count views of your posts and custom post types posts like articles, news, movies etc.
|
||
|
||
|
||
== Description ==
|
||
|
||
Easy Post Views Count is easy to use and light weight post views count plugin. it allow you to display how many times a post, page or custom post type had been viewed.
|
||
|
||
= Main Features =
|
||
|
||
* Light weight plugin
|
||
* No third party dependency
|
||
* Enable/Disable for post types.
|
||
* Post views display before content or after content
|
||
* Support post view display shortcode and php code
|
||
* Admin settings for manage plugin options
|
||
* Excluding users by login and ips
|
||
* Show icon and label option
|
||
* 100% multilingual
|
||
|
||
= Shortcode =
|
||
You can use the shortcode:
|
||
<pre><code>[epvc_views id="Your ID"]</code></pre>
|
||
|
||
* **id:** <em>(optional)</em> Add post id, it will display/increase views for that post. Default: current post id.
|
||
|
||
= PHP Code =
|
||
You can use the php code to your theme, child theme or plugin files:
|
||
<pre><code><?php echo do_shortcode('[epvc_views id="Your ID"]'); ?></code></pre>
|
||
|
||
= Need Help =
|
||
|
||
If you’re stuck or ever have any questions or need any help regarding the use of this plugin, you can email us on [alphabposervice@gmail.com](mailto:alphabposervice@gmail.com).
|
||
|
||
|
||
== Installation ==
|
||
|
||
Following the steps below, you can get the post views count form up and running in seconds.
|
||
|
||
1. Upload 'easy-post-views-count' to the '/wp-content/plugins/' directory
|
||
2. Activate the plugin through the 'Plugins' menu in WordPress
|
||
3. Click on the new menu item "Easy Post Views Count"
|
||
4. Use **"[epvc_views]"** in your page to show your Work!
|
||
|
||
== Frequently Asked Questions ==
|
||
|
||
= Q. I have a question? =
|
||
A. Contact us at: [alphabposervice@gmail.com](mailto:alphabposervice@gmail.com)
|
||
|
||
== Screenshots ==
|
||
|
||
1. The settings
|
||
2. Front end view
|
||
|
||
== Changelog ==
|
||
= V1.0.2 - 26 Feb, 2019 =
|
||
- Security fix
|
||
|
||
= V1.0.1 - 25 Oct, 2018 =
|
||
- Formated numbers of post views
|
||
|
||
= V1.0.0 - 14 Oct, 2017 =
|
||
- initial release.
|