is there any option in the drupal settings to hide the node titles ?
I usually comment the code in my theme template, but I was wondering if I can do it from drupal back-end. (For all nodes, or some content-types.. (even better)).
Thanks
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.
Not really. Node titles are somewhat fundimental to drupal.
Removing via the theme is proably the best way to go for the front end of your site. You will need to change the default page title as well.
You can prevent people from having to enter node title with the Automatic Nodetitles module.
But there are still pages like /admin/content which will show the node title.