Advertising
Paste Description for Home Page WordPress template
Reference: http://wordpress.org/support/topic/158357
- Home Page WordPress template
- Saturday, February 23rd, 2008 at 8:45:46pm MST
- <?php
- /*
- Template Name: Home Page Template
- */
- ?>
- <?php get_header(); ?>
- <div id="content" class="narrowcolumn">
- <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
- <div class="post" id="post-<?php the_ID(); ?>">
- <h2><?php the_title(); ?></h2>
- <div class="entry">
- <?php the_content(); ?>
- <?php wp_link_pages(); ?>
- </div>
- </div>
- <?php endwhile; endif; ?>
- <?php edit_post_link('Edit this entry.', '<p>', '</p>'); ?>
- <?php $feature = new WP_Query('cat=1&showposts=1'); while( $feature->have_posts() ) : $feature->the_post(); ?>
- <div class="feature-post" id="post-<?php the_ID(); ?>">
- <h2><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2>
- <div class="entry">
- <?php the_content(); ?>
- <?php wp_link_pages(); ?>
- </div>
- </div>
- <?php endwhile; ?>
- <?php $latest = new WP_Query('cat=-1&showposts=1'); while( $latest->have_posts() ) : $latest->the_post(); ?>
- <div class="latest-post" id="post-<?php the_ID(); ?>">
- <h2><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2>
- <div class="entry">
- <?php the_content(); ?>
- <?php wp_link_pages(); ?>
- </div>
- </div>
- <?php endwhile; ?>
- </div>
- <?php get_sidebar(); ?>
- <?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.