Hallo infected,
habe es ausprobiert, aber es tut sich nichts, wie schon bei comments_template.
Habe es sogar zweimal eingebettet, an Stellen, die mir dafür logisch vorkamen:
<div class="storywrap">
<div class="post" id="post-<?php the_ID(); ?>">
<h3 class="storytitle"><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h3>
<div class="storycontent">
<?php the_content(__('(mehr...)')); ?>
</div><!-- end storycontent -->
<div class="meta">
Verfasst von <?php the_author() ?><?php _e(" in:"); ?> <?php the_category(',') ?> | <?php comments_popup_link
('Noch keine Kommentare','1 Kommentar','% Kommentare','','Kommentare deaktiviert');
?> | <?php the_tags(__('Tags: '), ', ', ' '); ?><?php edit_post_link(__('Editieren')); ?>
<?php wp_link_pages(); ?><br />
</div><!-- end meta -->
<?php comments_popup_link
('Noch keine Kommentare','1 Kommentar','% Kommentare','','Kommentare deaktiviert');
?>
<?php comments_template(); ?>
</div><!-- end storywrap -->
Alles anzeigen
Hast du noch eine Idee?
Edit: Ist vielleicht eine andere Datei (also nicht single.php) für den Kommentarlink zuständig? Wenn ja, wie könnte ich die ermitteln?
Gruß
Jormungand