Hallo, möchte die Komentarleiste bei den Kategorien entfernen. Bin über jeden Rat dankbar. Was genau muß ich da noch löschen?
<p class="postmetadata">
<?php _e('Category:'); ?> <?php the_category(', ') ?>
<br />
<span class="tags"><?php _e('Tags: '); ?> <?php the_tags('', ', ', ''); ?></span>
</p>
<br />
</div>
<div id="author-box">
<h2><?php _e('About The Author'); ?></h2>
<?php
$author_email = get_the_author_email();
echo get_avatar($author_email, '80', 'wavatar');
?>
<h4><?php the_author_posts_link(); ?></h4>
<?php the_author_description(); ?>
</div>
<div class="comments-template">
<h2>Comments</h2>
<?php comments_template(); ?>
</div>