Archived topic
ads position issue
4 replies · Started by max on November 19, 2020
Hi. How way if we want to put adsense to appear at
1) before content & below page title (h1)
2) appear after paragraph number 3
3) appear after paragraph number 7
4) Appear adsense after post content?
we want to use without plugin
how? Please guide us
tq
Hi,
You can place your adsense ad scripts on Hook Elements.
https://docs.generatepress.com/article/hooks-element-overview/
1.) For this, you can use generate_before_entry_title and/or generate_before_content hook.
2 & 3) Unfortunately, for this you'll need a plugin that does this as there's no hook within the content.
4.) For this, you can use generate_after_content hook.
didn't have option for us to put code in config.php
to make our adsense appear after paragraph 3 and after paragraph 7
please help us
to make our adsense appear after paragraph 3 and after paragraph 7
This would require a plugin or a custom solution as Elvin mentioned.
Does something like this work?
https://en-ca.wordpress.org/plugins/ad-inserter/