J1.5:How do I Remove Numbering on Section/Category Archive Page.
From Joomla! Documentation
(Difference between revisions)
m (Minor misspelling - depreciated != deprecated) |
m (more template testing, but this will need a new article on how to do it) |
||
| Line 1: | Line 1: | ||
| + | {{deprecated|when=1.5|from=1.6|link=Remove Numbering on Category Archive Page|old=Section}} | ||
== '''Remove Numbering on Section/Category Archive Page.''' == | == '''Remove Numbering on Section/Category Archive Page.''' == | ||
| − | |||
If you are referring to Category List Layout. You have to edit the file default_items.php located in the directory | If you are referring to Category List Layout. You have to edit the file default_items.php located in the directory | ||
| Line 8: | Line 8: | ||
\components\your-template-name\com_content\category | \components\your-template-name\com_content\category | ||
then you should edit that file. | then you should edit that file. | ||
| − | + | <noinclude>[[Category:FAQ]][[Category:Templates]]</noinclude> | |
| − | [[Category: | + | |
Revision as of 14:19, 10 September 2012
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
Remove Numbering on Section/Category Archive Page.
If you are referring to Category List Layout. You have to edit the file default_items.php located in the directory \components\com_content\views\category\tmpl to remove the number. In case if you have a file default_items.php located in the directory \components\your-template-name\com_content\category then you should edit that file.
