Archived topic
ads before page number
3 replies · Started by max on February 25, 2021
at font page, how to make ads appear between list of content and page number.
how to make ads appear before page number?
please guide me what to set at element area?
Hi there,
you can try this PHP snippet to hook in before the post navigation:
add_action('generate_after_loop',function(){
echo '<div class="after-loop-container">Your Ad Code here</div>';
},5);
Sorry i didnt understand
Can you show step by step
Is it put this code in element?
Sorry missed this article on how to add PHP:
https://docs.generatepress.com/article/adding-php/
Alternatively you can use a Hook Element.
Add the code to the Hook content. only this:
<div class="after-loop-container">Your Ad Code here</div>
In the Hook List select Custom Hook and in the field provided add: generate_after_loop
Change the hook priority to 5
Set the Display Rules to Entire Site