Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Hector Cabrera

    (@hcabrera)

    Hi inveritas,

    If you’re using the Widget, simply untick the Display author option and save changes.

    If you are using the wpp_get_mostpopular() template tag just set stats_author to 0, like this for example:

    <?php
    if ( function_exists('wpp_get_mostpopular') ) {
      wpp_get_mostpopular('stats_author=0');
    }
    ?>
    Thread Starter inveritas

    (@inveritas)

    Ah, got it. Thank you, and great plugin! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove " | by "’ is closed to new replies.