- This topic has 2 replies, 2 voices, and was last updated 6 years, 6 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The forum ‘How do I …’ is closed to new topics and replies.
Events Made Easy › Forums › How do I … › Insert category placeholder
Tagged: categories, placeholder
I would like to have the category of the Event displayed in the Single Event Format. Currently I have entered this:
#_STARTDATE – #_STARTTIME to #_ENDTIME<br />Location: #_LOCATIONNAME<br />Skill Level: #_CATEGORYFIELD{category_name}<br />Cost: #_EVENTPRICE<br />Seats Available: #_AVAILABLESPACES<br /><hr />#_NOTES<br />#_ADDBOOKINGFORM<br />#_REMOVEBOOKINGFORM<br />#_MAP
But this is what is appearing:
May 19, 2018 – 9:00 am to 12:00 pm
Location: Buttons and Bolts Fabric & Quilting Supply
Skill Level: #_CATEGORYFIELD{category_name}
Cost: $15.00
Seats Available: 4
That placeholder can’t be used in events, only in [eme_categories], see https://www.e-dynamics.be/wordpress/category/documentation/6-shortcodes/eme_categories/
For event category info, search for CAT in https://www.e-dynamics.be/wordpress/category/documentation/7-placeholders/7-2-events/
Thanks Franky! That did it.