Archived topic
Full width box
6 replies · Started by Sebastian on November 29, 2022
Hello dear team,
I have given my blog posts a fixed width of 800 px. Now I would like to add an author box at the end, which I would like to display over the full width.
I have included two examples.
Plentyflow is my page, Blogmojo as it would like to have it.
How can I do this?
Thanks!
Thanks!
Hi there,
Here are a couple of tutorials on creating an Author box:
https://youtu.be/HMhUo91RjsE
https://youtu.be/4x6CjGOyagc
You would need to use the before_footer hook to make it full-width.
Could I do this before the comments? I would like to put it after content...
Hi there,
if you want Content, followed by full width author box and then comments you would need to move the comments form too.
This reply from Tom provides the PHP required to do that:
https://generatepress.com/forums/topic/move-comments-section-before-the-footer/#post-1663535
For your author box you would the before_footer hook also and set the hook priority to 9
Awesome! Thanks
You're welcome