Article top ad before social icons and category tag

Posted in: Newspaper
Post count: 27

Hello,

We’re using post template 10 for single post page and we have enabled both top and bottom ads inside the article. Problem is that top ad is displayed after the category tag and social icons, while we want it to be displayed before all that.

Now it’s like this:

And we want it to be like that:

We couldn’t find the code to change this, although we searched extensively. Any help?

Post count: 22421

Hello,

Unfortunately there is no simple way of adding the article top ad above as you require it. You will have to use a custom ad placed in the theme files as the spot above the sharing and category tag is outside the main content. The article top ad is a content ad. It cannot show outside of the main content. Here is an example of how you can get an ad above the category tag.
You will have to edit each post template as each of the 12 post styles has it’s own file:
https://www.screencast.com/t/WSR6WEHU9
Use this code and place an ad in the theme panel-> custom ad 1 spot
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');?>

Thank you!

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