Joomla: Remove Title Filter & Display # from Category List

In order to remove the  Title Filter and Display # from the Category list remove the following code from the file \templates\[your-template]\html\com_content\category\default-items.php

{codecitation class=”brush:php”}

<?php if ($this->params->get('filter') || $this->params->get('show_pagination_limit')) : ?>
<tr>
   <td colspan="5">
      <table>
      <tr>

<td align=”left” width=”60%” nowrap=”nowrap”>

<input type=”text” name=”filter” value=”” class=”inputbox” onchange=”document.adminForm.submit();” />
</td>

<td align=”right” width=”40%” nowrap=”nowrap”>
<?php
echo ‘   ‘.JText::_(‘Display Num’).’ ‘;
echo $this->pagination->getLimitBox();
?>
</td>
<?php endif; ?>
</tr>
</table>
</td>
</tr>
<?php endif; ?>

 

{/codecitation}

Further references can be found here : http://forum.joomla.org/viewtopic.php?f=428&p=2037303

Rick Donato

Want to become a Joomla expert?

Here is our hand-picked selection of the best courses you can find online:
The Complete Web Development Bootcamp course
Joomla for Beginners course
Professional Websites with Joomla Gantry course
and our recommended certification practice exams:
AlphaPrep Practice Tests - Free Trial