Hallo
Hallo,
Sorry für die Verwirrung. Also ich möchte, das der Ausschnitt eines Beitrages nur auf Tag-Seiten angezeigt wird. Überall anders in normaler Länge. Bislang ist aber alles quer durch die Bank in voller Länge angezeigt.
Ich habe diesmal den Ausschnitt aus der Index.php genommen. Als Theme nutze ich das alte iPhone Blog Theme.
ZitatAlles anzeigen<?php /* If this is a category archive */ if (is_category()) { ?>
<div class="notes"><p>Archives for <?php single_cat_title(''); ?> category</p></div><?php /* If this is a yearly archive */ } elseif (is_day()) { ?>
<div class="notes"><p>Archives for the day <?php the_time('l, F jS, Y'); ?></p></div><?php /* If this is a monthly archive */ } elseif (is_month()) { ?>
<div class="notes"><p>Archives for <?php the_time('F, Y'); ?></p></div><?php /* If this is a yearly archive */ } elseif (is_year()) { ?>
<div class="notes"><p>Archives for the year <?php the_time('Y'); ?></p></div><?php /* If this is a monthly archive */ } elseif (is_search()) { ?>
<div class="notes"><p>You searched for <strong><?php the_search_query(); ?></strong>, here are the results: </p></div><?php } ?>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class="post" id="post-<?php the_ID(); ?>">
<div class="posthead">