Displaying POST and GET/URL Field Values in WordPress Posts and Pages

Using InfusedWoo, you can display POST Fields and GET (URL) field values in wordpress posts and pages.

To display GET or URL field value, use this shortcode:

[iw_get_val field="{field_name}"]

Where you replace {field_name} with the actual GET / URL field name.

To display POST or Form field value, use this shortcode:

[iw_post_val field="{field_name}"]

Where you replace {field_name} with the actual POST / Form field name.