Title: [Plugin: WordPress Popular Posts] The &quot; : &quot; after the title
Last modified: August 19, 2016

---

# [Plugin: WordPress Popular Posts] The " : " after the title

 *  [wurzelriemen](https://wordpress.org/support/users/wurzelriemen/)
 * (@wurzelriemen)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-wordpress-popular-posts-the-after-the-title/)
 * Hi
 * there is a : after the title. I cant find a point where i can delete it.
    someone
   can help me pls…
 * greetings
 * [http://wordpress.org/extend/plugins/wordpress-popular-posts/](http://wordpress.org/extend/plugins/wordpress-popular-posts/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [wurzelriemen](https://wordpress.org/support/users/wurzelriemen/)
 * (@wurzelriemen)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-wordpress-popular-posts-the-after-the-title/#post-1949561)
 * hmm
    someone can help me ? standard there is a : after hello… [image](http://s.wordpress.org/extend/plugins/wordpress-popular-posts/screenshot-3.gif?r=354873)
 * 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 …
 *  [TonyaB](https://wordpress.org/support/users/tonyab/)
 * (@tonyab)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-wordpress-popular-posts-the-after-the-title/#post-1949629)
 * 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.

 * ![](https://ps.w.org/wordpress-popular-posts/assets/icon-256x256.png?rev=1232659)
 * [WP Popular Posts](https://wordpress.org/plugins/wordpress-popular-posts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wordpress-popular-posts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wordpress-popular-posts/)
 * [Active Topics](https://wordpress.org/support/plugin/wordpress-popular-posts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordpress-popular-posts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordpress-popular-posts/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [TonyaB](https://wordpress.org/support/users/tonyab/)
 * Last activity: [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-wordpress-popular-posts-the-after-the-title/#post-1949629)
 * Status: not resolved