How to Count Post Views in WordPress without Plugin

November 3, 2020
By Cozmot

Deprecated: pathinfo(): Passing null to parameter #1 ($path) of type string is deprecated in /var/www/html/wp-content/plugins/urvanov-syntax-highlighter/class-urvanov-syntax-highlighter-langs.php on line 86

Deprecated: pathinfo(): Passing null to parameter #1 ($path) of type string is deprecated in /var/www/html/wp-content/plugins/urvanov-syntax-highlighter/class-urvanov-syntax-highlighter-langs.php on line 86


2. Then, copy the code below and paste it into single.php file in the while loop.


3. Next, copy the following code and paste it where you want to show the number of views
<div class=”densorstyle=””><?= gt_get_post_view(); ?></div>
4. When it’s all done, you will see the post view like this:]]>

Subscribe To Our Newsletter

Join our mailing list to receive the latest news and updates from our team.

You have Successfully Subscribed!