WP Questions- Need help here

by cragar
7 replies
I installed a new theme and it does not seem to have an area to do this:
I would like the post entries to not double space the typed lines.Would like single space on new posts.
Also..Would like it if the author box under the posts did not show on the site.
Any help is appreciated
#questions
  • Profile picture of the author Poglia
    What's the URL of your blog?
    Signature

    {{ DiscussionBoard.errors[1281896].message }}
  • Profile picture of the author Aaron Moser
    We'd have to see your site to tell you what to change.

    The spacing issue can be fixed in the Style.css file and to remove the author from each post you'll need to remove a line from the Single.php file.
    Signature



    {{ DiscussionBoard.errors[1281937].message }}
    • Profile picture of the author cragar
      url New Covenant Living Church|churchjackson.com

      I wouldn't know what code to remove
      Signature

      {{ DiscussionBoard.errors[1281941].message }}
      • Profile picture of the author LynnM
        If you feel up to trying it yourself, then look in the Theme editor and then in the Main Index template for this piece of coding: <?php the_author();?>. That removes the bit that says author. To remove the box altogther you need to take out a bit more of the coding, including the one with the date. Keep a copy of the original first in Notepad so you can quickly put it back if you mess up. It's a great way to learn! If you get it the way you want, then remove the same bits of coding from anyplace else you find it such as the archives.
        {{ DiscussionBoard.errors[1281980].message }}
        • Profile picture of the author cragar
          Going to give it a try Wish me luck!
          Signature

          {{ DiscussionBoard.errors[1282843].message }}
          • Profile picture of the author LynnM
            Good luck!
            {{ DiscussionBoard.errors[1283154].message }}
  • Profile picture of the author mrnightowl
    Line space is determined by CSS in your themes style sheet look for something that looks like this
    Code:
    line-height:200%;
    Change that to
    Code:
     
    line-height:100%
    {{ DiscussionBoard.errors[1283174].message }}

Trending Topics