..\themes\pixeled\index.php contains:
<?php get_header(); ?>
<div id=”main”>
<div id=”contentwrapper”>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class=”topPost”>
<h2 class=”topTitle”>“><?php the_title(); ?></h2>
<p class=”topMeta”>af <?php the_author_posts_link(); ?> den <?php the_time(‘j F, Y’) ?>, under <?php the_category(‘, ‘); ?></p>
<div class=”topContent”><?php the_content(‘(læs mere…)’); ?></div>
<span class=”topComments”><?php comments_popup_link(‘Skriv en kommentar’, ‘1 Kommentar’, ‘% Kommentarer’); ?></span>
<span class=”topTags”><?php the_tags(‘:‘, ‘, ‘, ”); ?></span>
<span class=”topMore”>“>mere…</span>
<div class=”cleared”></div>
</div> <!– Closes topPost –>
<?php endwhile; ?>
<?php else : ?>
<div class=”topPost”>
<h2 class=”topTitle”>“>Intet fundet</h2>
<div class=”topContent”><p>Desværre, men det du leder efter findes ikke. Du kan søge igen her…</p></div>
</div> <!– Closes topPost –>
<?php endif; ?>
<div id=”nextprevious”>
<div class=”alignleft”><?php posts_nav_link(”,”,’« Tidligere artikler’) ?></div>
<div class=”alignright”><?php posts_nav_link(”,’Nyere artikler »’,”) ?></div>
<div class=”cleared”></div>
</div>
</div> <!– Closes contentwrapper–>
<?php get_sidebar(); ?>
<div class=”cleared”></div>
</div><!– Closes Main –>
<?php get_footer(); ?>