By spade on
Hello,
is there a way to turn off the teaser function for a page? I don't need this function for my home page.
Kind regards,
Frank
Hello,
is there a way to turn off the teaser function for a page? I don't need this function for my home page.
Kind regards,
Frank
Comments
Teaser/full node logic
Hi!
There's an extensive and useful discussion of this at http://drupal.org/node/133236
Pete.
no promoted content
but note that, to keep your site as efficient as possible, you want to tell Drupal not to generate the "teaser" content in the first place. the simplest way to do that would be to not set any content as "promoted". then at the theme level, you can add the safety measure of not printing the results of $content on the front page.
no promoted content
Thanks for the tipps.
But when I uncheck promoted to front page, the page is not shown on the front page any more. Not quite what I wanted ...
Am I missing something?
Kind regards,
Frank
Got it. Sorry. Had to change
Got it. Sorry.
Had to change the link for the home page ...
Thanks.
Turn off teasers in drupal 7
In Drupal 7, the instructions are a little more complex, but you get more flexibility as this setting can be changed on a per-content type basis.
click Administer > Structure > Content types.
click the "Manage display" link for the content type you wish to edit
click "Custom Display Settings" to drop down its settings
Turn off "Teaser".
Save the content type if you had to make a change.