By jjohnson on
How do I change Drupal so that it only displays content headings on the home page, and not the body?
I already know that I can put <!-- break --> within the body to force a break there. But I want the display of headings only to be consistent on all posted stories.
Thanks.
Comments
Teasers length
Did you try to set the teaser length to zero?
https://reyero.net
Minimum is 200 in 4.5.2
The minimum selection in the admin interface is 200 in 4.5.2
theme
you make this sort of change in your theme/template. each theme has a different way of outputting nodes. You want to just output the title, and nothing more.
more information please
My question is specifically what file(s) or functions need to be edited in the theme to accomplish this? I'm using drupal 4.7.0
Thanks for your patience and help I'm a still drupal newbie!
Please start a new thread
Please start a new thread rather then pull up a two year old one.
-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide -|- Black Mountain
-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide