Hello craigtran,
Our article inline Ads feature has been designed to be used for post content page and not for the category page. So, maybe you are using a plugin with this functionality and you can exclude this from category page if you use category ID, like this -> http://screencast.com/t/bEtgMEsARR8R Using the category ID, you have to target wich elements of this page you wish to exclude, using a bit of CSS with display:none; .
Let us know how it goes and if you need more assistance for this regard, please provide your website URL and more details about how you want to change.
Thank you for the message!
Hi Catalin,
Perhaps I wasn’t make it clear.
I would like to excluded “Article Inline Ads” in the post content in category “Special” meaning when the viewer read any articles belong to “special” category they should not see “Article Inline Ads”. But articles belongs to others category will see ads.
I hope this make better sense to you.
Hello craigtran,
Unfortunately, our theme does not have this option to exclude the Ads in the post content from Special category from the panel. If you want to achieve this, it is necessary to use a bit of coding and insert a condition in core file td_module_single_base.php. You could try in_category function to target all posts from specific category – https://codex.wordpress.org/Function_Reference/in_category like this -> http://screencast.com/t/fTvVAa6J
Hope this helps!
Thank you for the message!
Hello craigtran,
Please check the screenshot that I gave you below and you can find the td_module_single.php file http://screencast.com/t/Ers1fOfwQ5Q
Thank you for the message!