Archived topic
hook before paging-navigation
7 replies · Started by Anil on June 15, 2021
How to hook something before paging-navigation on home page...
Regards
will it work -- generate_before_paging_navigation
Hi there,
i think you will need to us the generate_after_loop hook - it may require some CSS if you're using Columns to force it to occupy a whole row.
Hi David
Not working...
it is generating after paging-navigation.... in the last of generate-columns-container
any other solution...
it seems for hook before paging-navigation we need to write loop function again to include our block before paging-navigation....
Hi Anil,
Try using generate_after_loop, set its priority to 9 instead of 10.
Let me know :)
Thanks Ying, it is working now, amazed.
Best regards.
You are welcome :)