DFP banner ads on specific categories

Posted in: Newspaper
Post count: 32

Hi. I have gotten my DFP banner ads to display using sidebar widgets and placing the code directly in tne category headers but I would like to place these at the top of the post pages by category as well. Any help where to place this?

Post count: 22421

Hello,
Sorry but our theme does not have any such ad spot. IT can only be done by altering the php code for the post templates. You can use a do_shortcode function: https://developer.wordpress.org/reference/functions/do_shortcode/ like so:
<?php echo do_shortcode ('[td_block_ad_box spot_id="custom_ad_1"]'); ?>
You have to place yur ad code in the custom ad 1 spot and it will show up where you place the do_shortcode function in the theme template files.

Thanks.

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