• Resolved djsava

    (@djsava)


    Hello,

    I would like to show only the total counter in my home page but there are only show the total of the home page and not of articles.

    I tryed this code to show the counter :

    <?php
    $jsps_networks = array( '' );
    	$show_counters = 1;
    $share_current_page = 0;
    	juiz_sps($jsps_networks, $show_counters, $share_current_page );
    ?>

    how can it count for current page work with this code ?
    <?php the_permalink(); ?>

    thank you verry much

    https://www.ads-software.com/plugins/juiz-social-post-sharer/

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

    (@creativejuiz)

    Hi,

    The asynchronous script adds counters for each network, and an incremental function complete the total count progressively.
    So the total depends on each sub-total.

    But you can hide each count with CSS :

    juiz_sps_counter {
    display: none;
    }

    Good Luck.

Viewing 1 replies (of 1 total)
  • The topic ‘how to show just total counter’ is closed to new replies.