Benim İndexim de yazı yeri aşagıdaki gibi
<?php while (have_posts()) : the_post(); ?>
<div class="post" id="post-<?php the_ID(); ?>">
<h2><img src="/wp-content/themes/axakal/images/star.jpg"><a href="<?php the_permalink() ?>" rel="bookmark" title=" <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
<div class="postmetadata">
<?php if( function_exists('the_tags') )
the_tags(__('Tags: '), ', ', '<br />');
?>
<?php edit_post_link('Duzenle', '', ' | '); ?> <?php comments_popup_link('Yorum Yok »', '1 Yorum »', '% Yorum »'); ?></div>ben bunu şöyle yapmak istiyorum ozel alanlardan resim ve belli bir kelimeye kadar indexde gözükmesini istiyorum ondan sonra devamanını oku gelicek onu nasıl yapabilirm