bbPress – How to insert ads

Posted in: Newspaper
Post count: 137

I use Adsense to display ad-units on my regular pages and it works without a problem using the built in functions for it.

Does the theme have some kind of built in function for putting ads on bbPress-forum-pages?

I understand that i can put ads on the sitename/forum landing page using Visual Composer, but I would like the ads to show up on all forum-pages (not just the main one). Pretty much like it is on this site that also uses the same theme as far as I can tell: https://www.hellouk.org/forums/

Post count: 23312

Hello MrOrsh,

Unfortunately, our theme does not have such an option implemented to add some ads for your forum page. For achieving that, it is necessary to use do_shortcode method to add your custom ad in this kind of page. Please notice that you have to use this code <?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');?> and you will place it in the bbpress.php core file, like this -> http://screencast.com/t/i6dr6auh2S2 and the result you should see here -> http://screencast.com/t/RTfHLss2RVpW In order to check your result, please ensure that you have inserted the ad code in the correct field, like this -> http://screencast.com/t/YEBdvQZldkY
(this is an example for custom ad 1).

Thank you for the message!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.