Manşetin Kodu Aşşagıda Bitürlü Çözemedim Nasıl Olduğunu Belki Basit Bişey Ama ilkdefa wp kullanıyorum... buyüzden pek bişey anlamadım...
        <!-- begin post -->
        <div class="post">
        <a href="<?php the_permalink(); ?>"><?php dp_attachment_image($post->ID, 'thumbnail', 'alt="' . $post->post_title . '"'); ?></a>
        <h2><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2>
        <p><?php echo dp_clean($post->post_content, 250); ?>.. <a href="#">Read More</a></p>
        <p class="details"><?php the_category(', ') ?> | <?php the_time('m.j.y') ?> | <?php comments_popup_link('No Comments', '1 Comment', '% Comments'); ?></p>
        <div class="break"></div>
        </div>
        <!-- end post -->