Anmelden oder neues Benutzerkonto anlegen.

 

Doku » Creating a Search Page


<?php get_header(); ?>

<?php if (have_posts()) : ?>

Suchergebnisse:


<?php next_posts_link('« Vorherige Einträge') ?> <?php previous_posts_link('Nächste Einträge »') ?>>


<?php while (have_posts()) : the_post(); ?>


<h3 id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h3>

<?php the_time('l, j. F Y') ?>


<?php the_excerpt() ?>


Kategorie <?php the_category(', ') ?> | <?php comments_popup_link('0 Kommentare »', '1 Kommentar »', '% Kommentare »'); ?> <?php edit_post_link('Bearbeiten','|',); ?>


<?php endwhile; ?>


<?php next_posts_link('« Vorherige Einträge') ?> <?php previous_posts_link('Nächste Einträge »') ?>


<?php else : ?>

Nicht gefunden.

<?php endif; ?>


<?php get_sidebar(); ?> <?php get_footer(); ?>