HTML Wordpress Question

Discussion in 'HTML & Website Design' started by KeywordsandCopy, Jan 26, 2012.

  1. #1
    Quick question:

    My URL: http://www.collegeapple.com/

    I want to get rid of the text where it says: "by author" at the top of every post.

    However, when I do this it pushes the "comments" area on the right down into the body of the text - I want this to stay at the top, where it is currently at.

    Is there an easy fix for this?

    Thanks in advance.
     
    KeywordsandCopy, Jan 26, 2012 IP
  2. Dunamamb

    Dunamamb Peon

    Messages:
    86
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You got it in your coding..
    Just remove it.
     
    Dunamamb, Jan 26, 2012 IP
  3. KeywordsandCopy

    KeywordsandCopy Peon

    Messages:
    570
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Yes, I agree. But when I move that portion on the left the "comment" portion drops into the content instead of staying at the top where it is. Any idea?
     
    KeywordsandCopy, Jan 26, 2012 IP
  4. varindia

    varindia Member

    Messages:
    155
    Likes Received:
    1
    Best Answers:
    1
    Trophy Points:
    38
    #4
    I have not got what actually you want, you have made four pages and set them as static pages in the "settings->reading" section. whether you want all pages as static pages or want a blog section where you can publish articles? If you want only the pages without any articles then you need to put the code that loads in "page.php" in "index.php(where article loop is there, just remove it )" of your theme. If you want a blog section then you can make the blog page other than your index page.
     
    varindia, Jan 28, 2012 IP
  5. JCOnline

    JCOnline Greenhorn

    Messages:
    24
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #5
    Remove only the PHP code
    <?php the_author() ?>
    Code (markup):
     
    JCOnline, Jan 28, 2012 IP