<head>
<title>test</title>
<?php
require_once('../../../wp-blog-header.php');
?>
</head>
<?php get_header(); ?>
<div id="content"><!-- the content -->
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="post" id="post-<?php the_ID(); ?>">
<div class="post-date">
<span class="post-month"><?php the_time(__('M')) ?></span>
<span class="post-day"><?php the_time(__('d')) ?></span></div>
<h1 id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h1>
<p class="date_x"><?php the_time(__('l, j. F Y G:i','avenue')) ?><?php edit_post_link(__(' | Eintrag bearbeiten','avenue'),'',''); ?></p>
<div class="entry_x">
<?php the_content(__(' [...]','avenue')); ?>
</div>
<p class="info_x">Thema: <a href="/wp-content/themes/123/events.php">Events</a> <strong>| </strong>
<?php comments_popup_link(__('Kommentare (0)','avenue'), __('Kommentare (1)','avenue'), __('Kommentare (%)','avenue')); ?><strong> | </strong>
<?php _e('Autor: '); ?><?php the_author_posts_link('nickname'); ?></p>
</div>
<?php endwhile; ?>
<?php comments_template(); ?>
<?php else: ?>
<p><?php _e('Sorry, nichts gefunden.'); ?></p>
<?php include (TEMPLATEPATH . "/searchform.php"); ?><?php endif; ?>
</div><!-- end of the content -->
<?php include (TEMPLATEPATH . '/pagebar.php'); ?>
<?php get_footer(); ?>