JOOMLA TRAINING | JOOMLA COURSES

^ Scroll to Top
joomla

Listing articles without numbering them

Want to list the articles in category without numbers in front of them? i.e. in an un-numbered list

Use an override [or hack the core - but remember you'll potentially lose this with updates -]

go to components/com_content/views/category/tmpl/default_items.php and remove this line:

quote-mark1<td align="right">
<td align="right"> <?php echo $this->pagination->getRowOffset( $item->count ); ?> </td> quote-mark1

from under :

<tr class="sectiontableentry<?php echo ($item->odd +1 ) . $this->params->get( 'pageclass_sfx' ); ?>" >