rendered paste body<?php
/*
Template Name: Landing Page
*/
?>
<?php get_header(); ?>
<div id="content">
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class="postsingle" id="post-<?php the_ID(); ?>">
<div class="entry landing-text">
<?php the_content (__('Read the rest of this entry »', 'BlueBubble')); ?>
</div>
</div>
<?php endwhile; ?>
<?php else : ?>
------------header page code
<link rel="shortcut icon" href="<?php echo get_option('bb_favicon'); ?>" type="image/x-icon"/>
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
<?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?>
<?php wp_head(); ?>
<?php if(is_front_page())
{?>
<style media="screen" type="text/css">
body{ background-image:new_pageillustration35.png; }
</style>
<?php }?>
</head>
<body <?php body_class(''); ?>>