• Hello

    nice plugin,i want to know if this plugin can show how many times a post have been read on frontpage,like beside categories in a post? or page?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Tom Braider

    (@tom-braider)

    <?php
    global $count_per_day;
    if(method_exists($count_per_day, “show”)) $count_per_day->show();
    ?>
    Should show you the number. See the readme.txt for parameters.

    Thread Starter stayonpoker

    (@stayonpoker)

    Well what i ment was,like in every post posted,it show visitors how many times post have been read,like a small tab beside categories and comments?

    Do you get what i mean now now Tom,and thanks for this wery nice plugin.

    regards ken

    Plugin Author Tom Braider

    (@tom-braider)

    sorry, no.
    if you insert my code snippet in your single.php of the theme it shows the number of reads.
    or use the widget in the sidebar.

    Thread Starter stayonpoker

    (@stayonpoker)

    Soo if i insert your snipe it shows how many read on each post?

    Plugin Author Tom Braider

    (@tom-braider)

    it shows how many reads the page/post have you see. so you will see a different number on every page.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘read count on frontpage’ is closed to new replies.