Created
January 19, 2021 07:57
-
-
Save jodzeee/3e1c6b975d28827435adc81e1c029cae to your computer and use it in GitHub Desktop.
Beaver Builder HTML Module outputs custom fields for JMWH single listing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<p class="listing-details listing-content">[wpbb post:content]</p> | |
<div class="listing-details listing-community relationship-field-list"><span class="detail-label">Community:</span> [wpbb post:acf_relational type='post_object' name='community_relationship']</div> | |
<p class="listing-details listing-status">[wpbb post:terms_list taxonomy='status_tax' html_list='no' separator=', ' linked='no']</p> | |
<p class="listing-details listing-address">[wpbb post:acf type='text' name='property_location_address']<br /> | |
[wpbb post:acf type='text' name='property_location_city'], | |
[wpbb post:acf type='text' name='property_location_state'] | |
[wpbb post:acf type='text' name='property_location_zip']</p> | |
<p class="listing-details listing-price">[wpbb post:acf type='text' name='property_location_price']</p> | |
<p class="listing-details listing-size"><span class="detail-label">Square Feet:</span> [wpbb post:acf type='text' name='property_details_square_feet']</p> | |
<p class="listing-details listing-bedrooms"><span class="detail-label">Bedrooms:</span> [wpbb post:acf type='text' name='property_details_bedrooms']</p> | |
<p class="listing-details listing-bathrooms"><span class="detail-label">Bathrooms:</span> [wpbb post:acf type='text' name='property_details_bathrooms']</p> | |
<p class="listing-details listing-basement"><span class="detail-label">Basement:</span> [wpbb post:acf type='radio' name='property_details_basement']</p> | |
<p class="listing-details listing-features"><span class="detail-label">Additional features:</span> <br />[wpbb post:terms_list taxonomy='feature_tax' html_list='no' separator=', ' linked='no']</p> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment