Site logo

Archived topic

Adsense banner in the content after 1st paragraph

1 reply · Started by Benjamin on March 18, 2021

Viewing posts 1–2 of 2

Any way to add Adsense banner after the 1st paragraph or in the middle of content?

Hi there,

we recommend using a plugin for that kinda of thing - eg the Ad Inserter.

If you want to do it with code then this topic explains:

https://generatepress.com/forums/topic/insert-element-in-to-blog-posts/#post-763588

In that code you will see this line:

<div>HTML goes here...</div>

You can replace that with your Ad Script.

And this line:

return prefix_insert_after_paragraph( $after_p_content, 2, $content );

Change the 2 to paragraph you want it displayed after.

This archived topic is closed to new replies.