How Can We Help?
If you have a menu item with type “Category List” then it’s under the Basic Parameters options. More on this click here
Unfortunately there isn’t an easy option for this yet in type “Section Layout“. To remove the Article Filtering option you need to do some code modifications.
- Locate the following filecomponents\com_content\views\category\tmpl\default_items.php
- Replace the following line <?php if ($this->params->get(‘filter’) || $this->params->get(‘show_pagination_limit’)) : ?> with <?php if (!$this->params->get(‘filter’) || !$this->params->get(‘show_pagination_limit’)) : ?> it should be on line 16
- Save the file
- Reload the page and the problem should be solved.
NOTE: Maybe in future this will be possible via the Joomla! Administrator backend. When article was published our current Joomla! version was 1.5.10