Posted in: Newspaper
Jul 19, 2017 at 10:56 pm
Works in pages! But don’t show ad in categories URL :/
http://badajozdeportes.com/baloncesto/
Thanks Catalin!
Jul 20, 2017 at 1:15 am
What I do is make custom sidebar for posts, different one for pages, and different one for categories. That way I can have sidebar ad on posts, but not on pages, and on pages highlight company/site info, social and links to other pages as primary sidebar elements.
One option anyway 🙂
Jul 20, 2017 at 11:14 am
Hello,
If you want that your ads to be displayed on the Category pages, please try to use the code below ->
.td-a-rec-id-sidebar{
display:none;
}
.single .td-a-rec-id-sidebar{
display:block;
}
.category .td-a-rec-id-sidebar{
display:block;
}
.home .td-a-rec-id-custom_ad_2 {
display:none;
}
Thanks.
Viewing 9 posts - 1 through 9 (of 9 total)
The forum ‘Newspaper’ is closed to new topics and replies.