davidmunaretto
Forum Replies Created
-
Forum: Plugins
In reply to: [Essential Real Estate] Private OptionsYou should be able to accomplish that by creating a field group in Advanced Custom Fields and associating the field group to the post type property. Then create your fields. They won’t show up on the front end.
Forum: Plugins
In reply to: [Essential Real Estate] Single Property PrintableGo here and click the Print button. It does this everywhere.
https://lotnova.com/property/new-american-craftsman-plan-with-home-office-and-bonus-room/?swcfpc=1
Forum: Plugins
In reply to: [Custom Content Shortcode] Compare field as numbertry using this:
[set number]123[/set]
[pass vars]
[loop type=”counters” field=”quantity” value={NUMBER} compare=”more”]
[/pass]
[/loop]If you don’t need to loop through other posts but are just comparing to values in the existing post –
[set number]123[/set]
[pass vars]
[if field=”quantity” compare=”more” value={NUMBER}]
Do something
[/if]
[/pass]- This reply was modified 4 years, 5 months ago by davidmunaretto.
Forum: Plugins
In reply to: [Essential Real Estate] Issue: Features No Longer on ListingThere should be an entire list of tags on this post. There are none…
https://lotnova.com/property/the-honeysuckle/
It’s the same for all properties regardless of device…
David