Advertisement:

Author Topic: How to remove category listing on index?  (Read 1670 times)

Ik4rus

  • Newbie
  • *
  • Posts: 4
How to remove category listing on index?
« 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.



Thanks for your help.
« Last Edit: September 14, 2015, 09:25:36 pm by Ik4rus »

teseo

  • Hero Member
  • *****
  • Posts: 6169
Re: How to remove category listing on index?
« Reply #1 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

Ik4rus

  • Newbie
  • *
  • Posts: 4
Re: How to remove category listing on index?
« Reply #2 on: September 15, 2015, 12:56:09 am »
@teseo

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