Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Nguyen Tuan

    (@nguyencongtuan)

    Hi Magmedia

    I see your email from you for this topic

    The plugin current don’t have option to disable for show counter on archives or frontpage.

    If you want to disable for those pages, please put this custom code into functions.php of your theme is activated

    add_action( 'init', 'disable_counter_from_excerpt' );
    function disable_counter_from_excerpt() {
    remove_filter('the_excerpt', array('A3_PVC','excerpt_pvc_stats_show'), 8);
    }

    Regards,
    Nguyen

    Thread Starter magmedia

    (@magmedia)

    Thanks a lot!! #works

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to remove the counter from the frontpage?’ is closed to new replies.