I was just wondering what approach people take when it comes to making the header and footer sections editable within WordPress?
For most sites these areas are static and the client does not want or need to amend them.
I do have the awesome Advanced Custom Fields plugin installed and am not sure if that can be utilised?
All suggestions are greatly appreciated.
You could add two widgets, one to the header and one to the footer. This can be done by adding the following to the
functions.php
file:Then add
to the
header.php
file andto the
footer.php
fileThen in the widgets section on the backend you can add widgets to the header and footer sections. With that you can add/remove images/text etc from the header/footer.