Hallo,
ich versuche jetzt schon seit zwei Stunden verzeifelt [COLOR=#e89c40]Jerome’s Keyword-Plugin[/COLOR]einzubauen. Anleitungenn gibt es ja ein paar in Internet, aber so ganz klappen tut das nicht. Ich habe es nach dem Tutorial versucht, aber wenn ich das einfüge erscheind bei mir nur eine weisse index Seite, nehme ich das wieder raus, funktioniert alles wieder nochmal.
Mein Code ist:
PHP
<?php if ($posts) : foreach ($posts as $post) : start_wp(); ?>
<h3 id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></a></h3>
<div class="storycontent">
<?php the_content(__('(more...)')); ?>
</div>
<hr />
<div class="feedback">
<?php wp_link_pages(); ?>
<?php comments_popup_link(__('Comments (0)'), __('Comments (1)'), __('Comments (%)')); ?>
</div>
<!--
<?php trackback_rdf(); ?>
-->
<?php comments_template(); ?>
<?php endforeach; else: ?>
<p><?php _e('Sorry, no posts matched your criteria.'); ?></p>
<?php endif; ?>
<div class="center"><?php posts_nav_link(' ', __('« Previous'), __('Next »')); ?></div>
Alles anzeigen
Ich wäre euch wirklich super Dankbar, wenn ihr mir helfen könntet. Der Blog ist aktuell unter: Mamasbeste
Viele Grüße,
Ben