In Feed Adsense

Posted in: Newspaper
Post count: 108

Hello

How to place in feed adsense on default latest articles, category, and archive, I want the in feed adsense display after 5 posts.

I already try advanced ads plugin and ad inserter, but doesn’t work. Also, adrotate plugin do not have this feature.

I also search the old post about in feed adsense on this forum, but the method is doesn’t work anymore.

Thank you and best regards

Post count: 35449

Hi,

Feeds are not handled by the theme but rather wordpress or plugins. We have not tested any feed plugins so i cannot say for sure which one to use with our theme for optimum results. Unfortunately not all plugins work with premium themes.

Notice that our theme uses only Google AdSense code for Ads and the theme does not change it. It simply takes your Ads code and displays it on the frontend. If you Ads is not working, please contact the Google AdSense department, tell the problem because they should be able to provide a more accurate response.

Thank you for your understanding.

Post count: 108

Hello

Thank you for your response, yes I understand, I already find what I need from the old post on this forum. I just use this code on loop.php http://screencast.com/t/rG7rDLmRrTD for latest articles and category.

$adcounter++;
if (is_home()) {
if ($adcounter == 4 or $adcounter == 9) {
echo do_shortcode('[td_block_ad_box spot_id="custom_ad_3"]');
}
}

$adcategory++;
if (is_category()) {
if ($adcategory == 5 or $adcategory == 10) {
echo do_shortcode('[td_block_ad_box spot_id="custom_ad_3"]');
}
}

Thank you, this is great theme, I hope in the future there will be a new ads feature on newspaper theme.

Best regards. 🙂

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