sie scheinen immer noch nicht zu funktionieren :-(
Beiträge von gugus
-
-
Ne, der liegt auf meinem gemieteten Server ... da ich aber mit der comments.php probleme hatte, könnte es durchaus sein, dass die pings davon gesteuert wurden. Oder eben besser gesagt nicht gesteuert wurden.
-
Dieses Problem habe ich glaube ich gelöst, es war tatsächlich die single.php aber die comments.php war fehlerhaft.
-
Hi zusammen
Kann es sein, dass mein Blog keine Pings und andere für Trakback notwendige Dinge sendet?
Kann ich das irgendwie testen?
-
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(); ?> -
Mit dem Standard Theme (Kubrik) geht es wunderbar ... :-(
-
-
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 !
-
Hi zusammen
Ich möchte meine Links (Blogroll auf einer Seite anzeigen). Mein Blog ..::schoolict::...
Ich habe jetzt das LInk-Harvest-Plugin gefunden, welches alle Links aus meinen EInträgen sammelt und veröffentlicht. Nun würde ich aber noch gerne die Links aus dem Blogroll anzeigen und evt auch noch del.icio.us Links ... habe einige Plugins getestet, aber keins funktionierte.
Danke
-