Hallo!
Ich habe das Polaroid2 Theme (dessen seite nicht mehr erreichbar ist seit gestern) installiert und heute meine Bilder gepostet.
Jetzt geht das Comment popup nicht mehr (gestern ging es noch).
Das Fenster geht zwar als popup auf, aber es erscheint die Seite mit dem aktuellen post anstelle des Comment-Formulars.
So sieht der Code in der index.php aus:
PHP
<!-- begin post -->
<div class="posted">
<?php previous_post('%', '« Previous | ', 'no'); ?> <?php next_posts_link('« Previous | ') ?> <a href="<?php the_permalink() ?>" title="Permalink"><?php the_time('M j, \'y') ?></a> | <?php the_category(', '); ?> | <?php comments_popup_link(__('Comments (0)'), __('Comments (1)'), __('Comments (%)')); ?> <?php previous_posts_link('| Next »') ?> <?php next_post('%', ' Next »', 'no'); ?>
</div>
<br>
<?php if (! empty($display_stats) ) { get_stats(1); echo "<br />"; } else if (($posts & empty($display_stats)) ) : foreach ($posts as $post) : start_wp(); ?>
<div class="entry">
<?php global $post, $tableposts;
$previous = @$wpdb->get_var("SELECT ID FROM $tableposts WHERE post_date < '$post->post_date' AND post_status = 'publish' ORDER BY post_date DESC LIMIT 0, 1");
if ($previous) {
$link = get_permalink($previous);
echo '<a href="' . $link . '" title="Previous">' . $post->post_content . '</a>
';
} else {
the_content('[More photos]');
} ?>
</div>
Alles anzeigen
Bitte Hilfe!
Ach ja: Matthias Starte