Search:
Search took 1.00 seconds.
-
Another way is to create Category Specific Template pages to your child theme. This will allow you to add any html and change the header <h1> tag before the listings. This tutorial shows you how to...
-
Hi,
This will require editing of the core theme files and so if you are comfortable with codes, just look for the set of code below through archive-listing.php;
<?php
if ( $featured =...
-
Find a slider that uses a shortcode to deploy, and add this to your header.php
<?php echo do_shortcode("[example_shortcode]"); ?>
-
Here's the latest customisation I have made to this theme.
I managed to only show selected items on the single listing page for basic listings & more items when your listing is featured.
For...
-
Hi,
VANTAGE's import function will not show map if the listing doesn't have the lng and lat coordinates. They have implemented a fix that will get the coordinates automatically when you edit the...