Hi Geoff. Loving Pro so far!
I’ll try to explain. So within WordPress > Pages I have created the following structure:
- Home
- Rooms for hire
- Availability
- Bookings
- Contact
Each one of the pages above has a title (<h1>) and content added via the wysiwyg. However the availability page, which I am using to display the calendar, does not show the title and content. So the calendar appears fine – nothing wrong with this but before this I would like to add the default page title and copy. So the page would flow:
<h1>Availability</h1>
<p>Introduction and how to use the calendar….</p>
<calendar>
I could hard wire the h1 and copy into the default template but would like these to be editable through WordPress.
I hope that makes more sense?! 🙂