Wordpress summary options?

Discussion in 'WordPress' started by Kencake, Feb 18, 2008.

  1. #1
    Is there anyway to make it so that wordpress does not provide a summary of the post and just provides the title. as you can see here http://tinyurl.com/2q5yh , it looks very ugly with the random code summaries xD
     
    Kencake, Feb 18, 2008 IP
  2. arwen54

    arwen54 Active Member

    Messages:
    632
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    60
    #2
    yes,
    you need to edit the file called archive.php under Presentation in your admin and remove the following snippet of code:
    <div class="entry">
    					<?php the_excerpt() ?>
    				</div>
    Code (markup):
     
    arwen54, Feb 18, 2008 IP
    Kencake likes this.
  3. Kencake

    Kencake Well-Known Member

    Messages:
    430
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    138
    #3
    It works, thank you so much
     
    Kencake, Feb 18, 2008 IP
  4. arwen54

    arwen54 Active Member

    Messages:
    632
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    60
    #4
    glad to help :)
     
    arwen54, Feb 18, 2008 IP