Source/VIA above add

Posted in: Newspaper
Post count: 16

Hello,
How to place source and VIA field above content bottom add and social share buttons? Simply said, right below text?

Post count: 20685

Hi,

The easiest way of achieving this is to remove your article bottom ad and use a do_shortcode with a custom ad, by editing the corresponding loop-single file found in the theme folder – https://www.screencast.com/t/zO7NsDOfV3yw to your post template style used.
For example if you are using post template 3 you must edit loop-single-3.php Then in the loop single code – https://www.screencast.com/t/UzcBqq2O0hF insert the do shortcode provided below – https://www.screencast.com/t/IsVdYBV6b1 You can use any of the custom ads available – https://www.screencast.com/t/lfePgI8yj just remember to change the code accordingly

<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');?>

Result is like this – https://www.screencast.com/t/aDiwWJkjJ

Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.