Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter wurzelriemen

    (@wurzelriemen)

    hmm
    someone can help me ?
    standard there is a : after hello… image

    i looked at the code a few times, but i cant find it.

    the problem is, that this “:” has got a single line at every post.
    like…
    ###
    this post is
    absolute fantastic
    :
    the_excerpt()
    ##

    pls someone can help me …

    Hi, I don’t know if you’ve solved your problem but I managed to find out how to remove it. Here is the fix in case anyone else has the same problem.

    in wordpress-popular-posts.php
    REPLACE THIS
    $post_content = ": <span class=\"wpp-excerpt\">" . $this->get_summary($wppost->ID, $instance) . "...</span>";

    WITH THIS
    $post_content = " <span class=\"wpp-excerpt\">" . $this->get_summary($wppost->ID, $instance) . "...</span>";

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: WordPress Popular Posts] The " : " after the title’ is closed to new replies.