<?php /* Template Name: Homepage */ ?>
<?php /* Template Name: Homepage */ ?> <!--Header Start --> <?php get_header(); ?> <!--Header End --> <!--main Content Start --> <div class="clr"></div> <div class="content"> <div class="content_resize"> <div class="widebar"> <div class="article"> <h2><?php the_title(); ?></h2> <div class="clr"></div> <?php the_post_thumbnail(); ?> <div class="clr"></div> <?php the_content(); ?> <div><hr /><br /></div> </div> </div> <!--Main Content End --> <!--Footer Start --> <?php get_footer(); ?> <!--Footer End -->
<?php
/*
Template Name: Home Template
*/
?>
<!--Header Start -->
<?php get_header(); ?>
<!--Content End -->
<!--main Content Start -->
<div class="clr"></div>
<div class="content">
<div class="content_resize">
<div class="widebar">
<div class="article">
<h2><?php the_title(); ?></h2>
<div class="clr"></div>
<?php the_content(); ?>
<div><hr /><br /></div>
</div>
</div>
<!--Main Content End -->
<!--Footer Start -->
<?php get_footer(); ?>
<!--Footer End -->
<?php query_posts($query_string . '&cat=-3'); ?>
<?php if(have_posts()) : while(have_posts()) : the_post(); ?>
<? if ($post->ID != $featured_ID) { ?>
There are currently 1 users browsing this thread. (0 members and 1 guests)