Below is my default single event format.
The term #_DESCRIPTION says just that: #_DESCRIPTION.
Other array variables work.
I need to make the text from the 'details' textarea box of the form show up so I can describe the event.
Also the map is briefly green, then blue with a pushpin and the place name, but nothing else. "header.php" is correctly managed in the theme.
What am I doing wrong?
<h2>#_LOCATION</h2>
#_ADDRESS<br />
#_TOWN</p>
<p><strong>Date:</strong> #F #j, #Y<br />
<strong>Time:</strong> #g:#i #a<br />
<strong>Contact:</strong> #_CONTACTNAME<br />
<p><strong>Details:</strong><br />
#_DESCRIPTION</p>
<p>#_MAP</p>