IDX Broker Single Listing Sub Header Variables Example
<!-- Example displaying Address and MLS# in H1 tag and property type and county in H2 | |
This should be added using the HTML view in the IDX admin editor. | |
The class="entry-title" should be changed to match the class used in your theme. This | |
example is for a Genesis child theme. --> | |
<h1 class="entry-title">{{address}}, {{cityName}}, {{state}} {{zipcode}} (MLS# {{listingID}})</h1> | |
<h2>{{propType}} listing in {{countyName}} County</h2> |
<h1 class="entry-title"> | |
1736 W 28 ST, Miami Beach, FLORIDA 33140 (MLS# M1406577) | |
</h1> | |
<h2> | |
Single Family listing in Miami-Dade County | |
</h2> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment