Please or Register to create posts and topics.

Want to add Google Adsense in between the forum posts

Page 1 of 2Next

Hi, I would like to add ads in between forum posts, is it possible?

Hi @hariharakumar

add_action('asgarosforum_after_first_post', 'ForumFirstPostAds');
function ForumFirstPostAds() {
  echo 'your code';
}

After the first post

Asgaros and hariharakumar have reacted to this post.
Asgaroshariharakumar

thank you so much that was much helpful

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 Yworld on June 10, 2018, 1:00 pm

Hi @hariharakumar

add_action('asgarosforum_after_first_post', 'ForumFirstPostAds');
function ForumFirstPostAds() {
  echo 'your code';
}
  1. add_action(‘asgarosforum_after_first_post’, ‘ForumFirstPostAds’);
  2. function ForumFirstPostAds() {
  3. echo ‘your code’;
  4. }
add_action('asgarosforum_after_first_post', 'ForumFirstPostAds');
function ForumFirstPostAds() {
  echo 'your code';
}

After the first post

 

Hi @nigeriancampusforum

  1. Open functions.php file in WordPress.
  2. At the bottom of the file add following code:
  3. add_action('asgarosforum_after_first_post', 'ForumFirstPostAds');
    function ForumFirstPostAds() {
      echo 'paste your Google Adsense code here';
    }

     

  4. Dont forget to add Google Adsense code in the above code.
  5. Check for ‘(single quotations) and “(double quotations) inside the code.
Asgaros has reacted to this post.
Asgaros

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.

Hello @ssodd

Have you add the code before the ending ?> tag?

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!

Yes i do.

can u guide me the Step please

Page 1 of 2Next