aneuryzm
aneuryzm

Reputation: 64834

Drupal: hiding node titles

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

Upvotes: 1

Views: 369

Answers (2)

Vonder
Vonder

Reputation: 4061

You can do it from backend using views and specyfing what exactly you want to show.

Upvotes: 1

Jeremy French
Jeremy French

Reputation: 12157

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.

Upvotes: 2

Related Questions