This commit introduces a custom template for the “About” page in our WordPress theme. The template is designed to provide a structured and visually appealing layout for presenting information about our accredited counsellor, Lita Oakes, and includes sections for breadcrumbs, a title, an image, content, and call-to-action buttons
Definitions:
Template Name: About Page
get_header() call the header page to be implemented.
get_footer() call the footer page to be implemented.
Custom Fields:
Title of the page: the_title()
Profile Image of Lita: the_field('about_image')
Content: the_content()
These fields allow the client to dynamically display content and make it easy to update.
Finally, consider the buttons to access the Booking System directly and another button to access Get Free Wellbeing Tips.
Solve #57
Add Customizable About Page Template
Description:
This commit introduces a custom template for the “About” page in our WordPress theme. The template is designed to provide a structured and visually appealing layout for presenting information about our accredited counsellor, Lita Oakes, and includes sections for breadcrumbs, a title, an image, content, and call-to-action buttons
Definitions:
Custom Fields:
Finally, consider the buttons to access the Booking System directly and another button to access Get Free Wellbeing Tips. Solve #57