PHP
<?php if (is_archive() || is_search()) : ?>
<?php the_excerpt(); _e('<p><a href="'.get_permalink().'">Continue reading about '); the_title(); _e('</a></p>'); ?>
<?php else : ?>
<?php the_content('Read the rest of this entry »'); ?>
<?php the_tags( '<p>Tags: ', ', ', '</p>'); ?>
<?php endif; ?>
</div>
<div class="entrymeta">
<div class="postinfo">
ich glaub ich hab den richtigen Abschnitt erwischt aber aber ich blick nicht ganz durch
kannst du mal drüber schauen?