Ads in category & tags page

Posted in: Newspaper
Post count: 32

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.

Post count: 3343

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!

Post count: 32

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.

Post count: 3343

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!

Post count: 32

thanks Marius ! you have made the best theme and you are the best support crew !! 🙂

Post count: 3343

Thanks @orcn

Have a nice day!

Post count: 32

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.

Post count: 7909

Hi,

On category page please add the code like this – http://screencast.com/t/zuCN3xgBEEtLhttp://screencast.com/t/hNbIEmOF6http://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!

Post count: 32

Where should we add the ads code in the version: 9.7.3 update?

Post count: 18283

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 !

Post count: 32

thanks 🙂

Viewing 11 posts - 1 through 11 (of 11 total)
The forum ‘Newspaper’ is closed to new topics and replies.