Title: 's Replies | WordPress.org

---

# beachline

  [  ](https://wordpress.org/support/users/beachline/)

 *   [Profile](https://wordpress.org/support/users/beachline/)
 *   [Topics Started](https://wordpress.org/support/users/beachline/topics/)
 *   [Replies Created](https://wordpress.org/support/users/beachline/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/beachline/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/beachline/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/beachline/engagements/)
 *   [Favorites](https://wordpress.org/support/users/beachline/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Show Post Titles Instead of Full Post](https://wordpress.org/support/topic/show-post-titles-instead-of-full-post/)
 *  [beachline](https://wordpress.org/support/users/beachline/)
 * (@beachline)
 * [20 years ago](https://wordpress.org/support/topic/show-post-titles-instead-of-full-post/#post-203861)
 * i’m sorry, what’s the Loop? i clicked on the link above and it doesn’t work 🙁
 * EDIT: Nevermind! I found it. I’ll see if it works now. Thanks for the reply 🙂
 * EDIT 2:
 * It works like this:
    in archive.php, i took out
 * `
    <small><?php the_time('l, F jS, Y') ?></small>
 * <div class="entry">
    <?php the_content() ?> </div> <p class="postmetadata">Posted
   in <?php the_category(', ') ?> | <?php edit_post_link('Edit', '', ' | '); ?> 
   <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?>
 * then, personally, removed the `<h3>` tag. any code inside the
 * note to readers interested in doing this to their site, any code inside
    ` <?
   php while (have_posts()) : the_post(); ?> <div class="post"> </div> <? php endwhile....
   could be modified to change the look of the listing.
 * example of a category on my site should anyone want a demo:
    [http://hplistings.com/x/?cat=2](http://hplistings.com/x/?cat=2)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Show Post Titles Instead of Full Post](https://wordpress.org/support/topic/show-post-titles-instead-of-full-post/)
 *  [beachline](https://wordpress.org/support/users/beachline/)
 * (@beachline)
 * [20 years ago](https://wordpress.org/support/topic/show-post-titles-instead-of-full-post/#post-203859)
 * i’m looking for something exactly like this. i went to the beardyfreak website
   and i wanted something like that, although it doesn’t look like veronica used
   wp to get the site like that.
 * i couldn’t find the_excerpt() either. i’m using wp 2.0.3 default theme.

Viewing 2 replies - 1 through 2 (of 2 total)