Der „weiterlesen“ Link soll nur angezeigt werden, wenn ein
Abfrage in der Form if
<h3><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></h3>
<?php the_content(''); ?>
<?php if ($pos=strpos($post->post_content, '<!--more-->')): ?>
<p class="more-link"><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>">mehr</a></p>
<?php else : ?>
<?php endif; ?>
Diese Zeile sorgt hierbei für die Prüfung ob ein
<?php if ($pos=strpos($post->post_content, '<!--more-->')): ?>
Noch kein Kommentar, Füge deine Stimme unten hinzu!