Anoop K S
real+page
0 Answer(s)      3 years ago
Posted in : Java Beginners

<?php
/**
* @package WordPress
* @subpackage Default_Theme
*/

get_header(); ?>

<div id="content">
<div class="pageCenter">
<div class="floatleft">
<?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('<p class="serif">Read the rest of this page &raquo;</p>'); ?>

<?php echo do_shortcode('[contact-form 5 "realestate"]') ?>

</div>
</div>
<?php endwhile; endif; ?>

</div>
<div class="floatright">
<img src="<?php bloginfo('template_url'); ?>/images/img66.png" class="reflex">
</div>
<div class="clear"></div>
</div>
</div>

<?php get_footer(); ?>
View Answers









Related Pages:

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.