<?php



#

# WP-Sales-Page For Wordpress

# Copyright (C) 2009 - vAssistant Services

# www.vAssistantServices.com

#

# WP-Sales-Page For Wordpress customers may use this content

# freely on their own sites. It may not be sold, transferred, or

# distributed in any other way without written permission.

#

# Visit: http://www.WP-Sales-Page.com

#

# ---------------------

#

# This template is designed to make a WordPress page look more like a conventional

# sales page (no navigation, sidebars, headers or footers.)

#

# To use this template, copy the template file, CSS file, and images folder

# into the main template folder of your active template.

#

# In the Page editing interface select 'WP-Sales-Page' in the template

# options on the right-hand side of the page.

#



/*



Template Name: WP-Sales-Page-White-BG

Template URL: http://www.WP-Sales-Page.com

Description: This is a page template for WordPress that can be integrated with any WordPress theme you have installed on your WordPress site.

Version: 1.0

Author: Suzanne Bird-Harris

Author URI: http://www.vAssistantServices.com



Copyright (c) 2009, Suzanne and vAssistant Services. All rights reserved.



*/



?>



<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">

<html><head>



<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />



<title><?php if (is_home()) { bloginfo('name'); ?><?php } elseif (is_category() || is_page() ||is_single()) { ?> <?php } ?><?php wp_title(''); ?></title>



<?php wp_head(); ?>



<link rel="stylesheet" href="<?php bloginfo('template_directory') ?>/wp-sales-page-white-bg-style.css" type="text/css">



</head>

<body>

<div id="wp-sales-page">

<div id="pageheader"></div>

<div id="pagebody">

    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>

      <h2 class="preheadline"><?php $preheadline = get_post_custom_values('preheadline'); echo $preheadline[0]; ?></h2>

      <h1 class="headline"><?php $headline = get_post_custom_values('headline'); echo $headline[0]; ?></h1>

      <h2 class="subheadline"><?php $subheadline = get_post_custom_values('subheadline'); echo $subheadline[0]; ?></h2>



				<?php the_content('<p class="serif">Read the rest of this page &raquo;</p>'); ?>

				<?php link_pages('<p><strong>Pages:</strong> ', '</p>', 'number'); ?>



    <?php endwhile; endif; ?>



    <?php edit_post_link('Edit this entry.', '<p>', '</p>'); ?>



</div>

<div id="pagefooter"><br>

<br>



<a href="http://www.wp-sales-page.com" target="_blank" id="footertext">WP-Sales-Page Template &copy; 2009 vAssistantServices</a></div>

</div>

		<?php wp_footer(); ?>

</body></html>