Archived topic
Block Element – Site Footer using tag
3 replies · Started by Brenden on August 17, 2022
I am having an accessibility audit completed on this site still in development.
The auditor said the footer needs to use a <footer> tag. I am using a Block Element > Site Footer. Is it possible to use the <footer> tag with Block Element > Site Footer?
Hi Brenden,
If you would like to add a <footer> tag, you can create two hook elements.
1st hook:
<footer>
hooked to generate_before_footer
2nd hook:
</footer>
hooked to generate_after_footer
Well, that was easy. Thank you!
You’re welcome Brenden!