Hi All,
I'd like to put in a sort of teaser block the TITLE (with link to whole page) and the TEASER (I use excerpt also) but not the taxonomy and all links below the content body.
It seems not much difficult but I'm going around from a while with out a solution good for me.
Have some one a good snippet for such common need?

thanks a lot

luca

Comments

pembeci’s picture

Assuming you are using PHPTemplate you need to change your node.tpl.php file. For examples see this:
http://drupal.org/node/46012

You can start by not printing the $links variable.

lum12’s picture

Thanks for suggestion but actually I already use a custom block template

<div class="<?php print "block block-$block->module" ?>" id="<?php print "block-$block->module-$block->delta"; ?>">
    <div class="primopiano"><?php print $block->content ?></div>
</div>

and without at all LINKS, just content

there is a way to take control of content parts that work easly in 4.7?

luca

luca marletta