Viewing 1 replies (of 1 total)
  • You may need to check the developer tab under wp settings to ensure that the price field is appearing. If not add a row called price, then go back to your property and see if the field shows up. If so then put the price in and update.

    Or, if you were editing the template file itself:

    You need to put this code wherever you want the price to appear on the property-overview.php file.

    <?php if($property['price']): ?><?php echo $property['price']; ?> <?php endif; ?>

Viewing 1 replies (of 1 total)
  • The topic ‘Price not Displaying in Property Overview’ is closed to new replies.