Osclass forums
Support forums => Themes => Twitter => Topic started by: nikar on May 03, 2018, 01:09:37 am
-
Would like to add Personal category
however would like prevent Ads in Personal category
from being displayed Latest Items view on Main Page
Q. does anyone know how to achieve this ?
Kind Regards
nik
-
Hello,
You would need to change your latest items template in your theme's folder. Something like this would do the trick:
<?php
if(osc_item_category() == "YOUR_CAT_ID") {
continue;
}
Regards.
-
Thanks sooooooooooooo very much . You are brilliant . It worked !
-
No problem. :) Please add "SOLVED" to the title of the thread.
Regards.