Archived topic
How to add hook after copyright element?
3 replies · Started by Marcin on May 10, 2021
Hello, I want to add hook with custom logos after (or next to) copyright element. There is no option like that. I think I need to use custom hook, but I cannot find how to use them in documentation.
Hi there,
create a new Block Element:
https://docs.generatepress.com/article/block-element-overview/
Add you content to the element.
Select the after_footer hook
Set your display rules to the entire site ( or wherever you require it )
Thank You. This Time I have just disabled copyright-bar and created new hook to display after footer contend
Glad to hear that!