[listing_meta_doc] Shortcode
The Listing Meta Doc feature allows you to output Easy Property Listings custom fields and values on a page for development purpose using a simple Shortcode. There are a variety of options available with each Shortcode in Easy Property Listings.
[listing_meta_doc]
You can output a map like this:
[listing_meta_doc post_type="property"]
Usage
There are several options that may be specified using this syntax:
[listing_meta_doc option1="value1" option2="value2"]
You can also print a map in a template like so:
<?php echo do_shortcode('[listing_meta_doc post_type="property"]'); ?>
All Options
post_type
Options
The following options are accepted:
post_type
specify the post type to output the custom fields. Default is blank. Options:
- property
- rental
- land
- rural
- commercial
- business
[listing_meta_doc post_type="rental"]