Title: Template help&#8230;
Last modified: August 18, 2016

---

# Template help…

 *  Resolved [jenjenzorz](https://wordpress.org/support/users/jenjenzorz/)
 * (@jenjenzorz)
 * [18 years, 9 months ago](https://wordpress.org/support/topic/template-help-4-2/)
 * I’m honestly not too sure if this is the right spot, so if it’s not, could a 
   mod kindly move it, please?
 * ANYWHOO, here’ the thing. I can’t remember for the life of me, what the code 
   to insert into the WP template to get rid of that extra spacing is. For example…
 * Hiya, I’m wondering if you can link me to a specific WordPress plugin. I saw 
   it once, but have lost it since, and can’t seam to be able to find it. I know
   it’s not one of yours, but I’m just hoping you know where I can find it (or if
   you know of some other way to achieve this, I’m all ears)
 * Instead of the post looking like this:
    Date
 * Post title
 * Post
 * Comments
 * What I’m wanting to do is this:
    Date Post title Post Comments (with the exception,
   I want a blank space between each post)
 * If you can help me, I’d be most appreciative

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

 *  [tsguitar](https://wordpress.org/support/users/tsguitar/)
 * (@tsguitar)
 * [18 years, 9 months ago](https://wordpress.org/support/topic/template-help-4-2/#post-597412)
 * You just want to change the spacing around the P tag. You could achieve this 
   with some CSS, but I’d need a link to the page to tell you exactly what to do.
 *  Thread Starter [jenjenzorz](https://wordpress.org/support/users/jenjenzorz/)
 * (@jenjenzorz)
 * [18 years, 9 months ago](https://wordpress.org/support/topic/template-help-4-2/#post-597419)
 * the blog itself is at [this link here](http://www.jade--dragon.com/x/)
 * my main site is [Jade Dragon](http://www.jade--dragon.com) but for some reason
   WP isn’t letting the menu part of my skins show up…
 *  [tsguitar](https://wordpress.org/support/users/tsguitar/)
 * (@tsguitar)
 * [18 years, 9 months ago](https://wordpress.org/support/topic/template-help-4-2/#post-597430)
 *     ```
       .post h5, .post small, .entry p
       {
       margin: 0;
       padding: 0;
       }
       ```
   
 * See if that does what you want.
 *  Thread Starter [jenjenzorz](https://wordpress.org/support/users/jenjenzorz/)
 * (@jenjenzorz)
 * [18 years, 9 months ago](https://wordpress.org/support/topic/template-help-4-2/#post-597431)
 * that just seamed to made the title and the entry kinda bold
 *  [tsguitar](https://wordpress.org/support/users/tsguitar/)
 * (@tsguitar)
 * [18 years, 9 months ago](https://wordpress.org/support/topic/template-help-4-2/#post-597475)
 * There’s nothing there about font-weight, so it should have no affect on that.
   Give me a link and I can check it out. That previous link is no longer working.
 *  Thread Starter [jenjenzorz](https://wordpress.org/support/users/jenjenzorz/)
 * (@jenjenzorz)
 * [18 years, 9 months ago](https://wordpress.org/support/topic/template-help-4-2/#post-597524)
 * I thought maybe I could have messed something up when trying to edit the templates
   because I want to integrate the blog into my layouts (I made 15 skins) so I tried
   uninstalling and reinstalling, but last night I was just too tired (I had been
   up for nearly 19-20 hours) I went to bed and decide to do the reinstall today
   whenever I got the computer.
 * I have it reinstalled, fresh all spankin’ new but it still has the spacing like
   that.
 * I did, though, find a tutorial for what I want to do, but the tutorial is for
   B2 *even though the title says it’s for WordPress*. So it may show you more clearly
   what I’m trying to accomplish. [Click here for tutorial](http://weblogtoolscollection.com/archives/2003/12/29/remove-extra-line-breaks-in-wordpress/)
   I looked in the funtion files for WordPress and didn’t see the line that tutorial
   asks for…
 *  [tsguitar](https://wordpress.org/support/users/tsguitar/)
 * (@tsguitar)
 * [18 years, 9 months ago](https://wordpress.org/support/topic/template-help-4-2/#post-597572)
 * That link doesn’t help because that’s not WordPress code. Give me a link to the
   page you want to do this on again and I’ll look at it in more detail.
 *  [Root](https://wordpress.org/support/users/root/)
 * (@root)
 * [18 years, 9 months ago](https://wordpress.org/support/topic/template-help-4-2/#post-597580)
 * As soon as you talk about skins not showing up you are losing a lot of folks.
   We haven’t got a clue what you are doing. Or why. 🙂
 *  Thread Starter [jenjenzorz](https://wordpress.org/support/users/jenjenzorz/)
 * (@jenjenzorz)
 * [18 years, 9 months ago](https://wordpress.org/support/topic/template-help-4-2/#post-597640)
 * the blog’s at [this link](http://jade--dragon.com/x/)
 *  Thread Starter [jenjenzorz](https://wordpress.org/support/users/jenjenzorz/)
 * (@jenjenzorz)
 * [18 years, 9 months ago](https://wordpress.org/support/topic/template-help-4-2/#post-597663)
 * I backed up the files, and was messing around with the code on another site of
   mine, and I finally figured it out! I took the <p> part out of the theme’s index
   file (just the part before the comments link), and took out all of the <p> & 
   </p> codes out of the wp-includes file named formatting ( in the section that
   starts function wpautop($pee, $br=1) {
 * and made the 1 a 0) and it works 😀 So if a mod or someone would like to close
   this topic or mark it resolved or whatever people do here to signify a solution
   have been arrived at, that’d be great 😀 and **tsguitar
    
    thanks for your help.
   What you said to do didn’t resolve my issue, but atleast you tried 😀
 *  [tsguitar](https://wordpress.org/support/users/tsguitar/)
 * (@tsguitar)
 * [18 years, 9 months ago](https://wordpress.org/support/topic/template-help-4-2/#post-597673)
 * I’m glad you solved it, but the way you did it means that you’re going to have
   to modify wp-includes every time you update WordPress. You can do this using 
   CSS and that would be a better way of taking care of things, but if you’ve got
   it working and are happy with it, fantastic.
 * You mark the topic “Resolved” up at the top of the screen, right next to where
   you listed all the tags for this post.

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

The topic ‘Template help…’ is closed to new replies.

## Tags

 * [spaces](https://wordpress.org/support/topic-tag/spaces/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 11 replies
 * 3 participants
 * Last reply from: [tsguitar](https://wordpress.org/support/users/tsguitar/)
 * Last activity: [18 years, 9 months ago](https://wordpress.org/support/topic/template-help-4-2/#post-597673)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
