How to change length of front page posts?

Discussion in 'WordPress' started by dc_publius, Jun 29, 2008.

  1. #1
    I recently installed Wordpress (for the first time). Everything works fine, but my front page posts get cut off at 3 1/2 lines.

    I want to either control how much I display on the front page, or increse the size to something longer than 3 1/2 lines. Is there a setting I'm missing somewhere?

    In the Admin/Write section where I write my posts, there is a 'Insert More tag' that seems like that would let me control what part of the post is on the front page, and what is saved to the next page, but it doesn't actually do anything for me.

    Am I missing something obvious?
     
    dc_publius, Jun 29, 2008 IP
  2. Nigel Lew

    Nigel Lew Notable Member

    Messages:
    4,642
    Likes Received:
    406
    Best Answers:
    21
    Trophy Points:
    295
    #2
    Sounds like your template is built or set to show excerpts or something instead of full posts. Do you have a link for us.

    hope that helps,
    Nigel
     
    Nigel Lew, Jun 29, 2008 IP
  3. mizaks

    mizaks Well-Known Member

    Messages:
    2,066
    Likes Received:
    126
    Best Answers:
    0
    Trophy Points:
    135
    #3
    Search for:

    <?php the_excerpt(); ?>
    Code (markup):
    in your index.php or home.php. Change it to:

    <?php the_content(); ?>
    Code (markup):
     
    mizaks, Jun 29, 2008 IP
  4. dc_publius

    dc_publius Peon

    Messages:
    54
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    This was a custom theme I bought. It looks like this was the limitation of the theme. I contacted the designer, and he changed it. Thanks for the answer guys, I'm not familair with WP and this is my first real blog and I wasn't sure where to look for answers...
     
    dc_publius, Jun 29, 2008 IP
  5. deluxdon

    deluxdon Catch Me If You Can...!!!™ Staff

    Messages:
    25,481
    Likes Received:
    1,943
    Best Answers:
    32
    Trophy Points:
    480
    #5
    You can find everything is there under template of your blog. Change it yourself whenever you want. Just need to look at there with some time.

    DON.
     
    deluxdon, Jun 29, 2008 IP