Wordpress help

Discussion in 'WordPress' started by ryukenden, Aug 4, 2007.

  1. #1
    I got following blog.

    www.football.blogpager.com

    There I don't want the whole post to appear on home page. Instead, I like a few lines of each post to appear with link to complete post.

    How do I do that?

    thanks for suggestions.
     
    ryukenden, Aug 4, 2007 IP
  2. glendowney

    glendowney Notable Member

    Messages:
    5,925
    Likes Received:
    198
    Best Answers:
    0
    Trophy Points:
    210
    #2
    Have you got MSN. I can help you out. Sent you a PM
     
    glendowney, Aug 4, 2007 IP
  3. mizaks

    mizaks Well-Known Member

    Messages:
    2,066
    Likes Received:
    126
    Best Answers:
    0
    Trophy Points:
    135
    #3
    several ways. You can use a plugin like Excerpt Reloaded or you can go to your index.php file and change the "the_content" php call to "the_excerpt".
     
    mizaks, Aug 4, 2007 IP
  4. glendowney

    glendowney Notable Member

    Messages:
    5,925
    Likes Received:
    198
    Best Answers:
    0
    Trophy Points:
    210
    #4
    Go to your wordpress contol panel.
    Then go to options and sub heading that says Reading
    Go down to a bold heading called 'Syndication Feeds'
    Then there should be a title that says 'For each article, show:
    and there should be two options, summary or full post.
    Click summary.
    Then use this code <!--more-->
    and when you make a post add this to the HTML wherever you want the story to be cut off
    That should be the problem solved
    Hope it helps you
     
    glendowney, Aug 4, 2007 IP
  5. ryukenden

    ryukenden Well-Known Member

    Messages:
    2,791
    Likes Received:
    38
    Best Answers:
    0
    Trophy Points:
    140
    #5
    Thanks for your advices.
     
    ryukenden, Aug 5, 2007 IP