Help Needed About WP . .....!

Discussion in 'Content Management' started by F--K, Oct 5, 2008.

  1. #1
    Hi frnds. In many WP blogs its shows only 3 - 5 lines of each article on main blog page. How can i do this i am using 3.52 version of WP . Can u help me out please??? Thnx
     
    F--K, Oct 5, 2008 IP
  2. mjd2nd

    mjd2nd Peon

    Messages:
    169
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    can you post a link to your site?
     
    mjd2nd, Oct 5, 2008 IP
  3. javaongsan

    javaongsan Well-Known Member

    Messages:
    1,054
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    128
    #3
    under admin/manage/reading set display to full article instead of summary
     
    javaongsan, Oct 5, 2008 IP
  4. sylv3rblade

    sylv3rblade Peon

    Messages:
    292
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #4
    umm.. last I checked wordpress is only at version: 2.6.2

    try editing your front page posts and add the <!--more--> tag where you want to cut off.
     
    sylv3rblade, Oct 5, 2008 IP
  5. craiger22

    craiger22 Well-Known Member

    Messages:
    1,472
    Likes Received:
    99
    Best Answers:
    0
    Trophy Points:
    170
    #5
    In your template files open home.php

    Most likely you will find a piece of code that says
    <?php the_excerpt(); ?>
    Code (markup):
    Replace that with
    <?php the_content(); ?>
    Code (markup):
    If you that doesnt work post which theme you are using and i will take a look.
     
    craiger22, Oct 5, 2008 IP
  6. F--K

    F--K Well-Known Member

    Messages:
    2,116
    Likes Received:
    51
    Best Answers:
    0
    Trophy Points:
    148
    #6
    F--K, Oct 5, 2008 IP