J1.5

Difference between revisions of "How do I Remove Numbering on Section/Category Archive Page."

From Joomla! Documentation

m (update to deprecated template call)
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{version|1.5}}
 +
{{deprecated|when=1.5|from=1.6|link=Category|old=Section|new=Categories}}
 
== '''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 9:
 
\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:Depreciated]]
 

Revision as of 20:18, 18 September 2012

The "J1.5" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Remove Numbering on Section/Category Archive Page.[edit]

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.