Archived topic
Copyright footer dissapears when creating a Block footer element
3 replies · Started by Daniel on September 9, 2020
Hi!
I'm using the new Block element to create a custom footer.
I've realized that if I use it, the usual footer bar is gone.
I'd like to have it back or at least to be able to generate the dynamic copyrigt and current year text inside my custom footer. I've tried pasting %copy% %current_year% in a html Gutenberg block but it doesn't work.
How can I have the dynamic year working with a custom footer?
Hi there,
In Block Element - select Hook, and then select the before_footer hook this will keep the Site Footer in place.
Thanks David!
I had't realized how easy it was to keep the footer in place.
Hooks are super flexible :) Glad to be of help