Hi,
Edit this file, delete that code and put your ad code instead http://screencast.com/t/Ow0U9wvGjPj
Thanks!
@Marius, i’ll give that a try. Thanks!
Another question. I’ve been trying to use the ‘Article Bottom Ad’, which displays below the post where the Similar Articles are (correct?). It’s not an Adsense code, it’s just a simple link and image. I’m using the code you provide but it isn’t displaying. This is what im using (but with my link and image of course).
<div class=”td-visible-desktop”>
</div>
Is there something I am missing here?
Hi,
You can see here the last update date http://screencast.com/t/2afj9XQJ
Hi Marius,
I did this from above post
<blockquote>Edit this file, delete that code and put your ad code instead http://screencast.com/t/Ow0U9wvGjPj`
And it works well. Two more questions:
1. Is it possible to show More Article Box on Custom Post Types like events from Event Manager Plugin?
2. Can I show More Article Box on Pages, not just posts?
Cheers
Hi,
You need to edit and replace with this code !is_home() like here: http://screencast.com/t/jqcH8dvHQ8
This mean the box will appear on entire site excluding the homepage. If you want on homepage to just remove that code.
Thanks!
I have to say that I did the following after your suggestion. I wanted to show ads in the more article box so I did this (commenting out and replacing with adrotate code):
<?php echo adrotate_group(1); ?>
<?php
/* $td_display_module = intval(td_util::get_option('tds_more_articles_on_post_pages_display_module'));
//itinerate thru the resultset and display resuts
foreach($td_query_more_article->posts as $each_post) {
switch($td_display_module) {
//module 3
case 3:
$td_mod = new td_module_3($each_post);
echo $td_mod->render();
break;
//module 4
case 4:
$td_mod = new td_module_4($each_post);
echo $td_mod->render();
break;
//module 5
case 5:
$td_mod = new td_module_5($each_post);
echo $td_mod->render();
break;
//module 6
case 6:
$td_mod = new td_module_6($each_post);
echo $td_mod->render();
break;
//module 2
default:
$td_mod = new td_module_2($each_post);
echo $td_mod->render();
break;
}
}*/?>
Do I have to delete or comment out more from the section after line 14 from td_more_article_box.php?
Cheers
Hi,
You have tried without any code there, like here: http://screencast.com/t/joyMi9XEyM
For me works on homepage: http://screencast.com/t/Ro9ENqwHNY2
Hi,
You can change it from here, like this: http://screencast.com/t/tFsmwOBR result: http://screencast.com/t/1RkhVB1V
Or you can also use the translation from theme panel: http://screencast.com/t/o2FRa7dXlX result: http://screencast.com/t/wXMuhmOEzG
Thanks
Hi,
You can change it’s default width directly in the style.css file: http://screencast.com/t/G9bQVyVr
Thanks
