Advertising
- Index
- Tuesday, October 2nd, 2012 at 5:18:13am MDT
- <?php get_header(); ?>
- <div id="content">
- <div id="main">
- <?php if (have_posts()) : ?>
- <?php while (have_posts()) : the_post(); ?>
- <?php /*?>item<?php */?>
- <div class="item entry" id="post-<?php the_ID(); ?>">
- <div class="itemhead">
- <h1><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h1>
- </div>
- <div class="storycontent">
- <?php the_content('Read more »'); ?>
- </div>
- <div class="metadata">
- <p class="category">Dette innlegget ble publisert
- <?php the_time('d/m/Y') ?> klokken <?php the_time() ?>.
- </p>
- </div>
- </div>
- <?php /*?>end item<?php */?>
- <?php comments_template(); // Get wp-comments.php template ?>
- <?php endwhile; ?>
- <div class="navigation">
- <div class="alignleft"><?php next_posts_link('« Previous Entries') ?></div>
- <div class="alignright"><?php previous_posts_link('Next Entries »') ?></div>
- </div>
- <?php else : ?>
- <h2 class="center">Not Found</h2>
- <p class="center">Sorry, but you are looking for something that isn't here.</p>
- <?php endif; ?>
- </div>
- <div id="sidebar">
- <?php get_sidebar(); ?>
- </div>
- </div>
- <?php get_footer(); ?>
advertising
Update the Post
Either update this post and resubmit it with changes, or make a new post.
You may also comment on this post.
Please note that information posted here will expire by default in one month. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.