File: /home2/obrechts/bad.public_html.bad/wordpress/wp-content/themes/takteek01/index.php
<?php get_header();?>
<?php include ('sidebar1.php'); ?>
<div id="content">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="post" id="post-<?php the_ID(); ?>">
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
<div class="postmetadata-top"><small><?php the_date('M d Y'); ?> <?php edit_post_link(); ?><br />Filed In: <?php the_category(', '); ?></small></div>
<?php the_content('Read more ›'); ?>
<div class="backtotop"><a href="#top">Back to Top</a> | <?php comments_popup_link('No Comments', '1 Comment', '% Comments'); ?></div>
<div class="postmetadata-bottom"><small>Tags: <?php the_tags('', ', '); ?></small></div>
</div>
<?php endwhile; endif ?>
<div id="navlink">
<?php posts_nav_link(' — ', '‹ Newer Posts', 'Older Posts ›'); ?>
</div>
</div>
<?php include ('sidebar2.php'); ?>
<?php get_footer();?>