Osclass forums

Support forums => Themes => Modern => Topic started by: Ik4rus on September 14, 2015, 09:22:02 pm

Title: How to remove category listing on index?
Post by: Ik4rus on September 14, 2015, 09:22:02 pm
Hi firends,

I'm using modern theme and I just want to remove category listing on my index. But I don't want to disable them.

My Osclass version is: 3.5.7
My Modern thema version is: 5.0.0

So, there is in the red square which I want to remove from the page view.

(http://www.wikisayfa.com/problem.png)

Thanks for your help.
Title: Re: How to remove category listing on index?
Post by: teseo on September 15, 2015, 12:40:40 am
Hi,

Just comment this line in modern/main.php:

Code: [Select]
<?php osc_current_web_theme_path('inc.main.php') ;
to:

Code: [Select]
<?php // osc_current_web_theme_path('inc.main.php') ;
Regards
Title: Re: How to remove category listing on index?
Post by: Ik4rus on September 15, 2015, 12:56:09 am
@teseo

Thanks a lot. The problem has been solved.  :)