Hallo zusammen,
Ich hoffe ich habe das richtige Forum gewählt. Bei mir im Theme kommt leider kein normaler Code vor, wo Excerpt zum Beispiel auf Tags oder Kategorien angewendet wird. Könnte mir vielleicht ein Kundiger kurz aus diesem Schlamassel helfen? Der Single.php Code lautet wie folgt:
ZitatAlles anzeigen<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<div class="post_title">
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
</div>
<div class="post_date"><?php the_time('d M Y');?> | By <?php the_author_posts_link('nickname'); ?> <?php edit_post_link(' Edit ','(',') '); ?></div>
<div class="entry">
Habe schon dran rum getestet aber habe leider bei allen Modifikationen PHP-Fehler erhalten. Es wäre nett, wenn mir jemand einen Excerpt für Tag-Seiten da hinein basteln könnte.
Mfg
Stefan