real+contact

real+contact

<?php
/**
* @package WordPress
* @subpackage Default_Theme
*/
/*
Template Name: Contact
*/
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/img55.png" class="reflex">
</div>
<div class="clear"></div>
</div>
</div>
<?php get_footer(); ?>
View Answers









Related Tutorials/Questions & Answers:
real+contact - Java Beginners
real+contact  

Ads