====== Get Extra Field ======
This plugin allows you to get a single extra field. This is useful if you want to add a custom field to the showlistings page or viewlistings page. //(Since [[development:changelog#v4.1.0 | v4.1.0]])//
===== Input =====
= id : Id of the listing
= pid : Id of the extra field. This is found in the [[administration:extrafields | Extra Fields]] section of [[administration: | Administration]]
===== Usage =====
To use this plugin just add the following to the place you want it displayed:
{get_extra_field id=2 fid=1}
===== Example =====
viewlisting page you would use:
{get_extra_field id=$view fid=1}
showlistings page you would use:
{get_extra_field id=$entry.id fid=1}