Hallo,
ich habe ein Problem. Und zwar wird bei mir nicht der Weiterlesen-Link angezeigt, obwohl ich im Artikel den more-Tag platziert habe.
Im Quellcode habe ich folgendes stehen (im Loop):
PHP
<div class="headline">
<h3><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></h3>
</div>
<div class="text" id="post-<?php the_ID(); ?>">
<?php if (is_search()) { ?>
<?php the_excerpt(); ?>
<?php } else { ?>
<?php the_content(('Weiter…')); ?>
<?php } ?>
</div>
Was ist daran falsch und wie könnte ich das Problem beheben?
Danke euch!
LG Jakob