index.php dosyasından
<div class="post" id="post-<?php the_ID(); ?>">
<h2><a href="https://www.r10.net/html-css-xml/<?php the_permalink() ?>" rel="bookmark" title="<?php the_title_attribute(); ?> için Kalıcı Bağlantı"><?php the_title(); ?></a></h2>
<small><?php the_time('d F Y') ?> <!-- <?php the_author() ?> tarafından --></small>
<div class="entry">
<?php the_content('Yazının tamamını okuyun »'); ?>
</div>
<p class="postmetadata"><?php the_tags('Etiketler: ', ', ', '<br />'); ?> Kategori <?php the_category(', ') ?> | <?php edit_post_link('Düzenle', '', ' | '); ?> <?php comments_popup_link('Yorum Yok »', '1 Yorum »', '% Yorum »'); ?></p>
</div>Bu kodları kaldırın.
default tema için geçerli.