As the title of question, I want delete all info in a Joomla article (ex :author, create date, print icon, ...) .When I create an article, it will show default . I try to hide it, but it only hide and Joomla still create the empty tag of info . Here, you can see :
Asked
Active
Viewed 1,165 times
-1

TylerH
- 20,799
- 66
- 75
- 101

user1833554
- 35
- 3
1 Answers
0
Please avoid to customize the core Joomla files like article or other.If You want to change or customize the article default file (like you say the article info) by using the template overridden method.for more details go the link below:

Toretto
- 4,721
- 5
- 27
- 46
-
@Lodder As he said that he had tried to hide the information with the parameters but Joomla still create the empty tag of info.That's why i suggest him to try it with template overridden. – Toretto Dec 01 '12 at 13:51
-
ah ok fair enough. might be an idea to let the OP know which files have to be overridden. – Lodder Dec 01 '12 at 13:55
-
The path for the which have to overridden is `components\com_content\views\article\tmpl\default.php` – Toretto Dec 01 '12 at 13:59
-
Thanks, but I want know what I need edit to delete Article header ? – user1833554 Dec 01 '12 at 14:22
-
@user1833554 That's i have mentioned in my answer just edit the article `default.php` with template overridden method. – Toretto Dec 01 '12 at 14:25