Archived topic
Add content below the comment section
7 replies · Started by Teodor on November 2, 2022
Hi,
I want to add the latest articles from the homepage below the comment section.
See image here: https://ahead-clam-399.notion.site/Content-below-comment-section-04ea1edc48f149f1964c5b397f677137
Thanks.
Hi there,
You can use add a Query Loop block from GB:
https://docs.generateblocks.com/article/query-loop-overview/
With a block element:
https://docs.generatepress.com/article/block-element-hook/
The hook you need should be generate_after_main_content:
https://docs.generatepress.com/article/hooks-visual-guide/#single-post
Let me know if this helps :)
Thanks, it worked.
I have two blocks below generate_after_main_content:
Block 1 - Subscribe form
Block 2 - Related posts
How can I change the position of Block 2 to be above Block 1?
Hi there,
if you have two elements, edit the Element and in the Settings sidebar, change their Priority.
The one you want to display first should have a lower value eg. 5. The default is 10
More info here:
https://youtu.be/VdoWGOsvDMk
Thank you.
No problem :)