Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter adrenalinegirl

    (@adrenalinegirl)

    I am also keen to remove the black banner at top of page for WordPress. Thanks

    Theme Author Richie KS

    (@rkcorp)

    you will need to edit lib/functions/theme-functions.php line 460

    if (count($excerpt)>=$limit) {
        array_pop($excerpt);
        $excerpt = implode(" ",$excerpt).'...';
      } else {
        $excerpt = implode(" ",$excerpt).'...';
      }

    delete the …, leave the quote.

    its the admin bar, go to wp-admin->profile to disable it.

    Thread Starter adrenalinegirl

    (@adrenalinegirl)

    Great that perfectly got rid of the “…” thanks again for the speedy response!
    And it turned out the black bar (admin) was as a result of the buddy press plug in. I was able to disable the admin bar for non-logged in users by going to Settings -> buddy press -> settings -> uncheck box !

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove " … " from the end of every excerpt – main index’ is closed to new replies.