<?php get_header(); ?>
<div id=”content” class=”narrowcolumn”>
<?php if (have_posts()) : ?>
<?php $post = $posts[0]; ?>
<div class=”sub” style=”padding-top:8px;”><span class=”rss-feed”><img src=”<?php echo get_option(‘home’); ?>/wp-content/themes/Tauren/img/rss.gif” alt=”RSS Feed” border=”0″ class=”float-none” style=”border:0px; margin:0px 5px 0px 0px;” />“>Subscribe</span></div>
<div class=”titlebg”><?php wp_title(); ?></div>
<div class=”clickbg”>
<div class=”bread”><?php if (class_exists(‘breadcrumb_navigation_xt’)) {
echo ”;
// New breadcrumb object
$mybreadcrumb = new breadcrumb_navigation_xt;
// Options for breadcrumb_navigation_xt
$mybreadcrumb->opt[‘title_blog’] = ‘Home’;
$mybreadcrumb->opt[‘separator’] = ‘ » ‘;
$mybreadcrumb->opt[‘singleblogpost_category_display’] = true;
// Display the breadcrumb
$mybreadcrumb->display();
} ?></div>
</div>
<?php include ‘sidebar-right.php’;?>
<div style=”width:525px; float:left; padding:5px 10px 5px 5px;”>
<?php include ‘adsense/468×60.php’;?>
<div class=”post”>
<div class=”entry”>
<?php while (have_posts()) : the_post(); ?>
<div class=”fieldset-box”>
<div class=”legend-box”>“><?php the_title2(”, ”, true, ’58’) ?></div>
<div class=”POST-INFO”>
By <b><?php the_author_posts_link() ?></b> – <b>Last updated:</b> <?php the_time(‘l, F j, Y’) ?>
</div><div class=”cat-image”>“><img style=”padding:0px; border:0px; margin:0px;” width=”150″ height=”150″ src=”<?php echo get_post_meta($post->ID, “Thumbnail”, true); ?>” /></div>
<?php the_content_limit(250, “”); ?>
<div class=”continue-reading”>
<b>“>Read More »</b>
</div>
</div>
<?php endwhile; ?>
<?php
if(class_exists(‘wp_pagination_plugin’)){
$p = new wp_pagination_plugin;
$p->show();
} ?>
</div>
</div>
</div>
</div>
<?php else : ?>
<?php include (TEMPLATEPATH . ‘/notfound.php’);?>
<?php endif; ?>
<?php get_footer(); ?>
and archive
<?php get_header(); ?>
<div id=”content” class=”narrowcolumn”>
<?php if (have_posts()) : ?>
<?php $post = $posts[0]; ?>
<div class=”sub” style=”padding-top:8px;”><span class=”rss-feed”><img src=”<?php echo get_option(‘home’); ?>/wp-content/themes/Tauren/img/rss.gif” alt=”RSS Feed” border=”0″ class=”float-none” style=”border:0px; margin:0px 5px 0px 0px;” />“>Subscribe</span></div>
<div class=”titlebg”><?php wp_title(); ?></div>
<div class=”clickbg”>
<div class=”bread”><?php if (class_exists(‘breadcrumb_navigation_xt’)) {
echo ”;
// New breadcrumb object
$mybreadcrumb = new breadcrumb_navigation_xt;
// Options for breadcrumb_navigation_xt
$mybreadcrumb->opt[‘title_blog’] = ‘Home’;
$mybreadcrumb->opt[‘separator’] = ‘ » ‘;
$mybreadcrumb->opt[‘singleblogpost_category_display’] = true;
// Display the breadcrumb
$mybreadcrumb->display();
} ?></div>
</div>
<?php include ‘sidebar-right.php’;?>
<div style=”width:525px; float:left; padding:5px 10px 5px 5px;”>
<?php include ‘adsense/468×60.php’;?>
<div class=”post”>
<div class=”entry”>
<?php while (have_posts()) : the_post(); ?>
<div class=”fieldset-box”>
<div class=”legend-box”>“><?php the_title2(”, ”, true, ’58’) ?></div>
<div class=”POST-INFO”>
By <b><?php the_author_posts_link() ?></b> – <b>Last updated:</b> <?php the_time(‘l, F j, Y’) ?>
</div><div class=”cat-image”>“><img style=”padding:0px; border:0px; margin:0px;” width=”150″ height=”150″ src=”<?php echo get_post_meta($post->ID, “Thumbnail”, true); ?>” /></div>
<?php the_content_limit(250, “”); ?>
<div class=”continue-reading”>
<b>“>Read More »</b>
</div>
</div>
<?php endwhile; ?>
<?php
if(class_exists(‘wp_pagination_plugin’)){
$p = new wp_pagination_plugin;
$p->show();
} ?>
</div>
</div>
</div>
</div>
<?php else : ?>
<?php include (TEMPLATEPATH . ‘/notfound.php’);?>
<?php endif; ?>
<?php get_footer(); ?>