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
- NETCONF & YANG: Automate Network Configs via Python - April 2, 2026
- Palo Alto – How to Configure Your Next-Generation Firewall - April 2, 2026
- How to Harden Linux SSH: Keys, Fail2ban & Ciphers - March 1, 2026
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:
Delta Practice Tests