File: /homepages/4/d4297730999/htdocs/wordpress/wp-content/kamini-wp copy/bookofsecrets.php
<?php
/*
Template Name: Book of Secrets
*/
get_header(); ?>
<div id="primary">
<div id="content" role="main">
<?php while ( have_posts() ) : the_post(); ?>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<header class="entry-header">
<h1 class="entry-title"><?php the_title(); ?></h1>
<?php if (class_exists('MultiPostThumbnails')
&& MultiPostThumbnails::has_post_thumbnail('page', 'secondary-image')) :
MultiPostThumbnails::the_post_thumbnail('page', 'secondary-image'); endif; ?>
</header><!-- .entry-header -->
<div class="entry-content" style="width:730px;margin-right:54px;float:left">
<?php the_content(); ?>
<hr style="margin-top:20px;margin-bottom:20px;background-color:#FFF" />
</div><!-- .entry-content -->
<div class="bookofsecrets" style="display:table">
<span id="twithead"><img src="/wp-content/themes/twentyeleven/images/kaminitwitter.png" width="320" height="90" alt="Kamini Beauty's latest tweets" title="Kamini Beauty's latest tweets" /></span>
<?php echo do_shortcode('[twitter-feed username="kaminibeauty" other="yes"]'); ?>
</div>
</article><!-- #post-<?php the_ID(); ?> -->
<?php endwhile; // end of the loop. ?>
</div><!-- #content -->
</div><!-- #primary -->
<?php get_footer(); ?>