I’m trying to edit the default articles’ HTML. Right now the titles are in h2s and I want to change them to h1s and get rid of the print options etc.
There has to be some where you can edit the HTML of default article templates. Anybody know where?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
as i know when you are posting some article on joomla you have an option to post the data as
HTMLand i don’t think so that you have to change some php codes.on the other hand when you are Adding an article that time follow these steps:
Noof the Show Title optionHideall between Article Rating to Email Iconafter all these setting you just only get your own
HTMLcodes that you posted on that article as well the<h1>tagEDIT: Or if you want to completely change the Article layout then
find the location
joomla/components/com_content/views/article/tmpl/default.phpThe above
default.phpfile keeps all the layout of the article section and all the data that data that will keep on theRightColumn.