Archived topic
Insert a banner in the center of the content
3 replies · Started by Alessandro on June 1, 2022
Hi,
is it possible to insert a banner in the center of the content? for example after 3 paragraph?
Thanks
Alex
Hi there,
the Ad Inserter plugin is great for doing that kind of thing:
https://en-gb.wordpress.org/plugins/ad-inserter/
The alternative requires a PHP Snippet which Ying provides here:
https://generatepress.com/forums/topic/show-element-after-specific-paragraph/#post-2067989
NOTES
1. This line:
return prefix_insert_after_paragraph( $inserted_hook, 6, $content );
The 6 is the number of paragraphs it will appear after.
2. The code creates a Hook called after_first_paragraph which you can use a GP Hook or Block Element to hook into.
Thanks :)
You're welcome