I had a few queries about it. I have a lot of paginated posts on my website. I am facing a problem when I place ad codes in the articles bottom ad section. The ads are displaying above the pagination and this is resulting in a lot of drop off of ttraffic to my site. http://postimg.org/image/nuhd9hk39/
Please let me know what i can do to place the ads below the pagination.
Thanks
Hi,
You can disable the automatic positioning for the article bottom ad by removing this condition: http://screencast.com/t/PWgzx852 then place the ad after the pagination function in posts’s template file, like this: http://screencast.com/t/pgCbyqSPF
Use this line: <?php echo do_shortcode('[td_block_ad_box spot_id="content_bottom"]'); ?> and make sure you do the same for all post template files in which you need this.
Thanks
-
This reply was modified 11 years by
Lucian.
Ads should come after the pagination as a natural function of the theme. When page buttons come after the ad, using the buttons becomes less intuitive to the reader. Please consider adding this feature in the next update of the theme, instead of requiring code tweaking (which can be fraught with problems, and intimidating to us non-code types – which is why we buy themes!).
Another note – the Featured Image fails to carry over to the additional pages. This should be a default action as well.
Hi Tony Bear,
Thanks you for your suggestions on this, we will consider it if we decide to change or improve the ads system or if more people will ask for this. Meanwhile you can try the solution I’ve posted above using shortcodes and to have the featured image displayed on all post pages remove this condition: http://screencast.com/t/YSFECZOwxk
Thanks for the message and for understanding!