Osclass forums

Support forums => Themes => Twitter => Topic started by: nikar on May 03, 2018, 01:09:37 am

Title: Personal category [SOLVED]
Post 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
Title: Re: Personal category
Post by: WEBmods on May 03, 2018, 01:32:53 am
Hello,

You would need to change your latest items template in your theme's folder. Something like this would do the trick:

Code: [Select]
<?php
if(osc_item_category() == "YOUR_CAT_ID") {
    continue;
}


Regards.
Title: Re: Personal category
Post by: nikar on May 03, 2018, 03:40:38 pm
Thanks sooooooooooooo very much . You are brilliant . It worked !
Title: Re: Personal category
Post by: WEBmods on May 03, 2018, 06:31:11 pm
No problem. :) Please add "SOLVED" to the title of the thread.

Regards.