Keine Kommentare können geschrieben werden.
-
-
- Gerade eben
- Anzeige
Hallo!
Wenn du gerade an deiner Website arbeitest oder dein aktuelles Hosting überdenkst: Wir betreiben mit NetzLiving eine Hosting-Plattform, die speziell auf Performance, Sicherheit und einfache Verwaltung ausgelegt ist.
- ✔️ Schnelle Ladezeiten (optimiert für WordPress & Co.)
- ✔️ Deutsche Server & DSGVO-konform
- ✔️ Persönlicher Support (kein 0815-Ticket-System)
-
Weil du es vielleicht in den Einstellungen bzw. im Artikel deaktiviert hast?
Oder weil im Theme der Aufruf von <php comments_template(); ?> fehlt? -
Weder noch ... ganz so ein Anfänger bin ich (galube ich zumindest) nicht mehr ... ;-)
Der Templatetag ist da und die Kommentare sind auf Blogebene und auf Eintragsebene aktiviert !
-
Weder noch ... ganz so ein Anfänger bin ich (galube ich zumindest) nicht mehr ... ;-)
Der Templatetag ist da und die Kommentare sind auf Blogebene und auf Eintragsebene aktiviert !
doofe Frage--ist die comments.php im Theme?
lg
-
kalr doch ;-)
-
kalr doch ;-)
aktivier mal das default theme , ob es dann geht, wenn nein , sind die wo erboten
vielleicht ganz am Anfang
Admincenter==>Einstellungen==>Allgemein
Mitgliedschaft Mitgliedschaft Jeder kann sich registrieren.
Benutzer müssen zum Kommentieren registriert und angemeldet sein.darf man da kommentieren
Spamplugin.....
??
lg
-
Mit dem Standard Theme (Kubrik) geht es wunderbar ... :-(
-
Mit dem Standard Theme (Kubrik) geht es wunderbar ... :-(
na ist doch gut,
zumindest weißt Du jetzt , dass es nicht an Deinen Einstellungen liegt, dass Du da nichts falsch machtest
sei so gut und poste hier den Inhalt der single.php Deines Themes, das Du gerne verwenden tättest....;)
lg -
PHP
Alles anzeigen<?php get_header(); ?> <div id="content" class="container"> <div class="column_main"> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <h2><?php the_category(', '); ?><i> - Geschrieben von <?php the_author_posts_link(); ?> am <?php the_time('l, j. F Y G:i'); ?> - <a href="#commenting" title="Jump to the comments"><?php comments_number('0 Kommentare','1 Kommentar','% Kommentare'); ?></a></i></h2> <h1><?php the_title(); ?></h1> <?php the_tags( '<div class="meta_tag"> ', ', ', '</div>'); ?> <div class="hr_top"></div> <div id="entry"> <!-- <span class="digg"><script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></span>--> <?php the_content(); ?> <div class="hr_bottom"></div> <h2>Verwandte Einträge</h2> <?php similar_posts(); ?> <!-- Similar Post sollte eine Liste vonVerwandten EintrŠgen ausgeben ---> <div class="hr_top"></div> <?php edit_post_link('Diese Seit bearbeiten...', '<p>', '</p>'); ?></div> <br /> <br /> <?php comments_template(); ?> <?php endwhile; else: ?> <h1>Sorry, keine Einträge für deine Suchkriterien.</h1> <?php endif; ?> </div> <?php get_sidebar(); ?> <div class="hr_top"></div> <div class="column_left_b"> <!-- The 1st of the 3 columns with the featured articles at the bottom --> <?php query_posts('showposts=1&cat=21'); ?> <!-- Edit the cat= part to the number of the desired category (check the category IDs in your WordPress system), and this will show the 1st of the chosen category --> <?php while (have_posts()) : the_post(); ?> <h2><?php the_category(', '); ?><i> - <?php the_time('j. F Y G:i'); ?> - <a href="<?php the_permalink() ?>#commenting" title="Jump to the comments"><?php comments_number('0 Kommentare','1 Kommentar','% Kommentare'); ?></a></i></h2> <h1><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></h1> <?php endwhile; ?> <!-- END --> <?php query_posts('showposts=5&offset=1&cat=21'); ?> <!-- Show the 5 most recent articles in the already chosen category, first one not included --> <h2>Mehr in <?php single_cat_title(); ?></h2> <ul> <?php while (have_posts()) : the_post(); ?> <li><span class="title"><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></span> <br /> <span class="meta"><?php the_time('l, j. F Y G:i'); ?> - <a href="<?php the_permalink() ?>#commenting" title="Jump to the comments"><?php comments_number('0 Kommentare','1 Kommentar','% Kommentare'); ?></a></span></li> <?php endwhile; ?> </ul> <br /> <p class="link"><?php the_category('21'); ?></p> </div> <!-- END --> <div class="column_center_b"> <!-- The 2nd of the 3 columns with the featured articles at the bottom --> <?php query_posts('showposts=1&cat=1'); ?> <!-- Edit the cat= part to the number of the desired category (check the category IDs in your WordPress system), and this will show the 1st of the chosen category --> <?php while (have_posts()) : the_post(); ?> <h2><?php the_category(', '); ?><i> - <?php the_time('j. F Y G:i'); ?> - <a href="<?php the_permalink() ?>#commenting" title="Jump to the comments"><?php comments_number('0 Kommentare','1 Kommentar','% Kommentare'); ?></a></i></h2> <h1><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></h1> <?php endwhile; ?> <?php query_posts('showposts=5&offset=1&cat=1'); ?> <!-- Show the 5 most recent articles in the already chosen category, first one not included --> <h2>Mehr in <?php single_cat_title(); ?></h2> <ul> <?php while (have_posts()) : the_post(); ?> <li><span class="title"><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></span> <br /> <span class="meta"><?php the_time('l, j. F Y G:i'); ?> - <a href="<?php the_permalink() ?>#commenting" title="Jump to the comments"><?php comments_number('0 Kommentare','1 Kommentar','% Kommentare'); ?></a></span></li> <?php endwhile; ?> </ul> <br /> <p class="link"><?php the_category('1'); ?></p> </div> <!-- END --> <div class="column_right"> <!-- The 3rd of the 3 columns with the featured articles at the bottom --> <?php query_posts('showposts=1&cat=5'); ?> <!-- Edit the cat= part to the number of the desired category (check the category IDs in your WordPress system), and this will show the 1st of the chosen category --> <?php while (have_posts()) : the_post(); ?> <h2><?php the_category(', '); ?><i> - <?php the_time('j. F Y G:i'); ?> - <a href="<?php the_permalink() ?>#commenting" title="Jump to the comments"><?php comments_number('0 Kommentare','1 Kommentar','% Kommentare'); ?></a></i></h2> <h1><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></h1> <?php endwhile; ?> <?php query_posts('showposts=5&offset=1&cat=5'); ?> <!-- Show the 5 most recent articles in the already chosen category, first one not included --> <h2>Mehr in <?php single_cat_title(); ?></h2> <ul> <?php while (have_posts()) : the_post(); ?> <li><span class="title"><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></span> <br /> <span class="meta"><?php the_time('l, j. F Y G:i'); ?> - <a href="<?php the_permalink() ?>#commenting" title="Jump to the comments"><?php comments_number('0 Kommentare','1 Kommentar','% Kommentare'); ?></a></span></li> <?php endwhile; ?> </ul> <br /> <p class="link"><?php the_category('5'); ?></p> </div> <!-- END --> <div class="hr_bottom"></div> </div> <?php get_footer(); ?> -
Tsss... bist Du dir absolut sicher, dass das Deine single.php ist? 3 Spalten und drei Loops für einen einzelnen Eintrag? Dort ist auch nur der Kommentar-Link, das Kommentar-Template taucht gar nicht auf.
Check nochmal, ob das die richtige Datei ist. Wenn ja, läuft ein wenig mehr schief :?
Liebe Edith, ich habe den Link ganz übersehen. Versuch mal, den Originalquelltext der single.php und der comments.php mit Deinen Überarbeitungen zu vergleichen. Vielleicht hast Du aus Versehen doch irgend etwas gelöscht.
-
Dieses Problem habe ich glaube ich gelöst, es war tatsächlich die single.php aber die comments.php war fehlerhaft.
Jetzt mitmachen!
Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!