bei mir gibt es keine $post variable, wie komme ich dran?
ich bin in der single.php
PHP
<?php get_header();?>
<div id="content">
<!-- primary content start -->
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class="post" id="post-<?php the_ID(); ?>">
<div class="header">
<div class="date"><em class="postdate"><?php the_time('d.m.Y') ?></em></div>
<h3><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h3>
Alles anzeigen