Hello,

I have a new content type define called Question which at the moment contains : TItle , Question (Body) and answer.
How could I remove the title, which is not needed and everywhere in the admin section where all the latest post are listed to display the question (body) instead of the title?

Thank you.

Comments

harriska2’s picture

One option is to just use something like the FAQ module. Another is to use automatic titles and use views to create a page or block that only lists the body.

michee’s picture

what FAQ module? I've google and it only says that you have to create a new content type etc....
In the admin there are sections like "Latest Posts" or something, or "Content management" where are listed the latest additions to my website. So they are already created, and they list the Title of all my node-types........How can i override the title for my new node-type and leave the others as they are?

michee’s picture

Is this so hard to make a simple change like that? Then what it's the advantage of using a CMS? Seriously, i think i prefer to write my own code from scratch....

no_idea_yet’s picture