"Add Your Review" tab
> Fix issue with "Add Your Review" tab being misplaced when no reviews have been left:
wp-content/themes/vantage/single-listing.php
CHANGE:
<section id="reviews">
<?php get_template_part( 'reviews', 'listing' ); ?>
</section>
TO:
<section id="reviews">
<p></p>
<?php get_template_part( 'reviews', 'listing' ); ?>
</section>
Computers are incredibly fast, accurate, and stupid: humans are incredibly slow, inaccurate and brilliant; together they are powerful beyond imagination.