Is it possible to add Header or google AD at the top of the category Section

Posted in: Newspaper
Post count: 148

Is it possible to add Header or google AD at the top of the category Section?

http://www.screencast.com/t/c7nobHQu0Q

Post count: 20688

Hi,

You can insert an ad above the category header by editing the coresponding category style you are using (in your case category template 8) – http://screencast.com/t/fURElqQw and adding the ad do_shortcode for a custom ad just below the php tag like this – http://screencast.com/t/GtNsqsK2jFU3

echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');

Result – http://screencast.com/t/1Mtqyh2gS8
Make sure you have an ad placed in the custom ad your are using from Theme panel->Ads

If you want to put an image as background in the category header you could use this code, changing the image to what you want but making it a link would require further custom work

.td-category-header {
background-image: url("http://wallsdesk.com/wp-content/uploads/2016/11/Dubai-Photos.jpg");
}

Result – http://screencast.com/t/iIZLEYRN

Thanks

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