Recommended Vantage Plugins
I thought it may be a good idea for Vantage users to share some info about good plugins that work with vantage.
I have just found an excellent little plugin which can be used to insert an email contact form into listing so visitors can email the listing owners. It is called "Grunion Contact Form" and to put it in the listings I inserted this;
Code:
<div class="contact-form"><h2>Contact listing owner</h2><?php echo do_shortcode("[contact-form]"); ?></div>
into the single-listing.php, right near the bottom, just before
Code:
</article>
</div><!-- /#main -->
<div id="sidebar">
<?php get_sidebar( 'single-listing' ); ?>
</div>