hello everyone,
i would like to put ads on the top of the tags and category pages. Is it possible ?
Like here; http://yadi.sk/d/ioKPLSudM9Ygr
Also, i would like to add slider on tags pages. Slider is can be set in theme panel for category pages but i dont see any settings about slider in tags pages. is it possible ?
thanks.
Hi,
Is possible, if you want to add a simple AD you can paste the code directly in file or if you want to use the AD system(responsive) you can use this code:
echo td_global_blocks::get_instance('td_ad_box')->render(array('spot_id' => 'custom_ad_1'));
This will use the Custom Ad 1.
For the category add the code here: http://screencast.com/t/Z1ckWyQhDTp6 and set the size of the Custom AD 1 like you want instead of default sizes: http://screencast.com/t/WgRDEwZe
—————————————————
For tag pages put the code here: http://screencast.com/t/Mfglm5kp
—————————————————
About the slider on TAGs page is a little complicated, here is the slider for the category if you want to take a look on the code and play with it.
Thanks for the message!
Hello again,
i would like to put an ads on homepage below the lastest post. how can i add ? I use homepage with article list.
Pic; http://yadi.sk/d/pPNJ63bmNegCp
————
Also, when somebody writes any comments, there is no notification like “Your comment is waiting for moderator approval.” For this reason people wrote comments 3-4 times on my website :)) I think something like that is absolutely necessary. How can i add something like that ? thanks.
Hi,
Add this code like here: http://screencast.com/t/PNsb1lMcO6
echo td_global_blocks::get_instance('td_ad_box')->render(array('spot_id' => 'custom_ad_1'));
and use Custom AD 1 from Theme panel -> Ad
About the Comment issue, try this plugin http://wordpress.org/plugins/wp-ajaxify-comments/
Thanks!
After 6 update, i tried to do like before but i couldn’t.
Basically I would like to add ads in category and tags pages above and below of the page. How can i do ?
To make it clear, examples;
https://yadi.sk/i/UAW3P1Y9hZVtz
https://yadi.sk/i/8fYIFKHBhZVtn
Thanks in advance.
Hi,
On category page please add the code like this – http://screencast.com/t/zuCN3xgBEEtL – http://screencast.com/t/hNbIEmOF6 – http://screencast.com/t/YSEGzL3T
On tag page you can do the same thing just edit tag.php file like this – http://screencast.com/t/5oBXAtbFO1
<?php echo td_global_blocks::get_instance('td_block_ad_box')->render(array('spot_id' => 'custom_ad_1')); ?>
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hello !
All the files are now located in the TD Composer Plugin – Legacy – Newspaper like here: https://www.screencast.com/t/6HvUhZ57JWj
And there you will find the category.php.
Thank you !