Shortcodes

PDF Flyer Shortcode

Links to the PDF flyer can be inserted into post content, property content, or a text widget. The plugin will automatically link to the PDF flyer of the property that is currently being displayed.

Example: returns a html link to the PDF Flyer you can use:

[property_flyer]

Example: returns a html link to the PDF Flyer with the custom title:

[property_flyer title='PDF Flyer']

Example: returns the raw URL to the PDF Flyer (for use in custom html):

[property_flyer urlonly='yes']

Example: for use with a custom CSS class:

[property_flyer class='custom_css_class']

Example: returns url_to_custom_image with a link to the PDF Flyer:

[property_flyer image='url_to_custom_image']

PDF Lists ( Brochures ) Shortcode

Settings can be found under Properties/PDF Lists page, which can be enabled on Properties/Settings PDF page.

[wpp_pdf_list]

Example: returns a formatted HTML link to the PDF List:

[wpp_pdf_list name='list_name']

Example: returns a html link to the PDF List with custom title:

[wpp_pdf_list name='list_name' title='PDF Flyer']

Example: returns the raw URL to the PDF List (for use in custom html):

[wpp_pdf_list name='list_name' urlonly='yes']

Example: for use with a custom CSS class:

[wpp_pdf_list name='list_name' class='custom_css_class']

Example: returns url_to_custom_image with a link to the PDF List:

[wpp_pdf_list name='list_name' image='url_to_custom_image']

Cheet Sheat for [property_flyer] Shortcode

</div>

</div>

Shortcode Type Default Description
title string PDF Flyer Returns a html link to the PDF Flyer with custom title.
urlonly yes/no yes Returns the raw URL to the PDF FLyer (for use in custom html).
class string custom_css_class For use with a custom CSS class
image string url_to_custom_image Returns url_to_custom_image with a link to the PDF Flyer

</div>

</div>

</div>