Title: Remove Post Title from Widget
Last modified: August 26, 2018

---

# Remove Post Title from Widget

 *  Resolved [cmnthrds](https://wordpress.org/support/users/cmnthrds/)
 * (@cmnthrds)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/remove-post-title-from-widget/)
 * How do I remove the post title when using the widget in my sidebar? I just want
   the image shown.
 * Kinda figured it out by using the html options, but in order to create the space,
   I just listed another `<li>` line with a BR tag. Is there a better way to do 
   this?
    -  This topic was modified 7 years, 9 months ago by [cmnthrds](https://wordpress.org/support/users/cmnthrds/).
    -  This topic was modified 7 years, 9 months ago by [Jan Dembowski](https://wordpress.org/support/users/jdembowski/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-post-title-from-widget%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Thread Starter [cmnthrds](https://wordpress.org/support/users/cmnthrds/)
 * (@cmnthrds)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/remove-post-title-from-widget/#post-10625824)
 * Figured out how to remove the title, but now need to add space between the images.
 *  Plugin Author [Hector Cabrera](https://wordpress.org/support/users/hcabrera/)
 * (@hcabrera)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/remove-post-title-from-widget/#post-10626382)
 * Hey there,
 * It seems you’re using another popular posts plugin so I’m marking this as **resolved**.
 * Also, please use the `code` button to wrap code, otherwise the forum gets all
   messed up (I wish the WordPress team would fix this already…)
 *  Thread Starter [cmnthrds](https://wordpress.org/support/users/cmnthrds/)
 * (@cmnthrds)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/remove-post-title-from-widget/#post-10626387)
 * Actually I was using another plug in and switched to this one. The other is still
   active but yours is the one I’m using as a widget in my sidebar.
 * Sorry about the code. I’ll kepe that in mind next time.
 *  Plugin Author [Hector Cabrera](https://wordpress.org/support/users/hcabrera/)
 * (@hcabrera)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/remove-post-title-from-widget/#post-10626422)
 * Really? But I don’t see WPP on your site’s sidebar. The one I’m seeing right 
   now is the Top 10 widget (under “What everyone’s reading”, right?)
 *  Thread Starter [cmnthrds](https://wordpress.org/support/users/cmnthrds/)
 * (@cmnthrds)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/remove-post-title-from-widget/#post-10626484)
 * Yes. I replace it this morning and i just checked my widgets. The one in my widget
   list is the wpp plug in.
 *  Plugin Author [Hector Cabrera](https://wordpress.org/support/users/hcabrera/)
 * (@hcabrera)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/remove-post-title-from-widget/#post-10626490)
 * Are you using a caching plugin by any chance? If so, you may need to flush its
   cache so changes are reflected on your site. Right now I still see the Top 10
   widget 😛
 *  Thread Starter [cmnthrds](https://wordpress.org/support/users/cmnthrds/)
 * (@cmnthrds)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/remove-post-title-from-widget/#post-10626494)
 * I just deactivated the other.
 *  Plugin Author [Hector Cabrera](https://wordpress.org/support/users/hcabrera/)
 * (@hcabrera)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/remove-post-title-from-widget/#post-10626519)
 * I really want to help you out with this but for some reason I’m still seeing 
   the Top 10 widget on your sidebar: [https://prnt.sc/kn5qpe](https://prnt.sc/kn5qpe).
 *  Thread Starter [cmnthrds](https://wordpress.org/support/users/cmnthrds/)
 * (@cmnthrds)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/remove-post-title-from-widget/#post-10626614)
 * sorry. I was on my phone and didn’t have the options to clear the cache easily.
   I think it’s cleared now.
 * This is what I see. [http://www.whatihavelearnedteaching.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-26-at-3.30.26-PM.png](http://www.whatihavelearnedteaching.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-26-at-3.30.26-PM.png)
 * I was using the old plug in and switched because I kept having issues with it.
 * I think I have this one set up correctly, but kinda invented the spacing between
   the images. It does the job.
    -  This reply was modified 7 years, 9 months ago by [cmnthrds](https://wordpress.org/support/users/cmnthrds/).
 *  Plugin Author [Hector Cabrera](https://wordpress.org/support/users/hcabrera/)
 * (@hcabrera)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/remove-post-title-from-widget/#post-10626626)
 * Yep, that did the trick! Now I can see the WPP widget.
 * It seems however that you already managed to add some space between the images
   so there’s nothing left for me to help you out with unless you have another question?
 *  Plugin Author [Hector Cabrera](https://wordpress.org/support/users/hcabrera/)
 * (@hcabrera)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/remove-post-title-from-widget/#post-10626631)
 * > Kinda figured it out by using the html options, but in order to create the 
   > space, I just listed another `<li>` line with a BR tag. Is there a better way
   > to do this?
 * There is!
    1. Go to **Appearance > Customize**.
    2. Under **Additional CSS Rules**, add the following:
    3.     ```
           .wpp-list li {
               margin-bottom: 15px; /* adjust this value to your liking */
           }
           ```
       
    4. Click on the **Publish** button at the top to apply changes.
 * You may need to flush your caching plugin’s cache again to view this change.

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

The topic ‘Remove Post Title from Widget’ 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/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [spacing](https://wordpress.org/support/topic-tag/spacing/)
 * [thumbnails](https://wordpress.org/support/topic-tag/thumbnails/)

 * 11 replies
 * 2 participants
 * Last reply from: [Hector Cabrera](https://wordpress.org/support/users/hcabrera/)
 * Last activity: [7 years, 9 months ago](https://wordpress.org/support/topic/remove-post-title-from-widget/#post-10626631)
 * Status: resolved