Want to add Google Adsense in between the forum posts
Quote from hariharakumar on June 10, 2018, 12:50 pmHi, I would like to add ads in between forum posts, is it possible?
Hi, I would like to add ads in between forum posts, is it possible?
Quote from Yworld on June 10, 2018, 1:00 pmHi @hariharakumar
add_action('asgarosforum_after_first_post', 'ForumFirstPostAds'); function ForumFirstPostAds() { echo 'your code'; }After the first post
add_action('asgarosforum_after_first_post', 'ForumFirstPostAds'); function ForumFirstPostAds() { echo 'your code'; }
After the first post
Quote from hariharakumar on June 10, 2018, 2:38 pmthank you so much that was much helpful
thank you so much that was much helpful
Quote from Nwaeze David on June 28, 2018, 5:29 pmplease, i don’t understand how to add that code. can give me some details please, i’m actually new in this niche
please, i don’t understand how to add that code. can give me some details please, i’m actually new in this niche
Quote from Nwaeze David on June 28, 2018, 5:30 pmQuote from Yworld on June 10, 2018, 1:00 pmHi @hariharakumar
add_action('asgarosforum_after_first_post', 'ForumFirstPostAds'); function ForumFirstPostAds() { echo 'your code'; }
- add_action(‘asgarosforum_after_first_post’, ‘ForumFirstPostAds’);
- function ForumFirstPostAds() {
- echo ‘your code’;
- }
add_action('asgarosforum_after_first_post', 'ForumFirstPostAds'); function ForumFirstPostAds() { echo 'your code'; }After the first post
Quote from Yworld on June 10, 2018, 1:00 pmadd_action('asgarosforum_after_first_post', 'ForumFirstPostAds'); function ForumFirstPostAds() { echo 'your code'; }
- add_action(‘asgarosforum_after_first_post’, ‘ForumFirstPostAds’);
- function ForumFirstPostAds() {
- echo ‘your code’;
- }
add_action('asgarosforum_after_first_post', 'ForumFirstPostAds'); function ForumFirstPostAds() { echo 'your code'; }After the first post
Quote from hariharakumar on June 28, 2018, 5:42 pmHi @nigeriancampusforum
- Open functions.php file in WordPress.
- At the bottom of the file add following code:
add_action('asgarosforum_after_first_post', 'ForumFirstPostAds'); function ForumFirstPostAds() { echo 'paste your Google Adsense code here'; }
- Dont forget to add Google Adsense code in the above code.
- Check for ‘(single quotations) and “(double quotations) inside the code.
- Open functions.php file in WordPress.
- At the bottom of the file add following code:
-
add_action('asgarosforum_after_first_post', 'ForumFirstPostAds'); function ForumFirstPostAds() { echo 'paste your Google Adsense code here'; }
- Dont forget to add Google Adsense code in the above code.
- Check for ‘(single quotations) and “(double quotations) inside the code.
Quote from ssodd on October 23, 2018, 8:32 amwhen i pasting the code, my page hang and show nothing. i was putting into appearance – editor – theme function – then i scroll to bottom and paste the link and also with google adsense code. fail. do u have videos to guide? thanks.
when i pasting the code, my page hang and show nothing. i was putting into appearance – editor – theme function – then i scroll to bottom and paste the link and also with google adsense code. fail. do u have videos to guide? thanks.
Quote from Asgaros on October 24, 2018, 7:38 amHello @ssodd
Have you add the code before the ending ?> tag?
Hello @ssodd
Have you add the code before the ending ?> tag?