My site currently displays excerpts and a thumbnail on the frontpage. I would like to put a full-size picture instead of excerpts and thumbnail. How can it be done?
I think this is the part that display the excerpts on my index page. What changes do I have to make?
<?php the_excerpt(); ?>
<div class="post-meta"><span class="category"><?php the_category(', ') ?></span> <span class="date"><?php the_time('F j, Y') ?></span> <span class="comments"><?php comments_popup_link('0 Comments', '1 Comment', '% Comments'); ?></span><?php edit_post_link('Edit', '| ', ' '); ?></div>