[epl_custom_button] Shortcode

The Custom Button shortcode feature in the Custom Buttons Extension allows you to output a button onto your listings using a simple Shortcode. There are a variety of options available with each Shortcode.

[epl_custom_button]

You can output a specific custom button like this:

[epl_custom_button id=1]

Usage

There are several options that may be specified using this syntax:

[epl_custom_button option1="value" option2="value"]

You can also print a list of listings in a template like so:

<?php echo do_shortcode( '[epl_custom_button id="1"]' ); ?>

All Options

id

Options

The following options are accepted:

id
specify the button id you want to output. The ID can be determined from the settings tab of that button:

[epl_custom_button id="1"]