[Support request] ads before page number

Home Forums Support [Support request] ads before page number

Home Forums Support ads before page number

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1671706
    max

    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?

    #1671885
    David
    Staff
    Customer Support

    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);
    #1671907
    max

    Sorry i didnt understand

    Can you show step by step

    Is it put this code in element?

    #1671938
    David
    Staff
    Customer Support

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.