• Resolved yonirisqilana

    (@yonirisqilana)


    Hi !

    Can I custom “Format to display the post views:” ?
    (Visited %totalcount% times, %dailycount% visits today)

    I have download button on mysite below post content.
    But, If I activate the plugin, counters shown above the download button.

    How to make the counters shown under the download button?

    https://ww.wp.xz.cn/plugins/top-10/

Viewing 1 replies (of 1 total)
  • Plugin Author Ajay

    (@ajay)

    Hi,

    You can’t do this automatically right now. This might work if you add it to your functions.php file.

    remove_filter( 'the_content', 'tptn_add_viewed_count' );
    add_filter( 'the_content', 'tptn_add_viewed_count', 999 );
Viewing 1 replies (of 1 total)

The topic ‘Custom Format Display’ is closed to new replies.