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
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.