Steve Kessler ha scritto:
There are two easy ways to handle this without coding.
- Make sure that the pagebreak is at the end of the end all the content for
the news.
Nope, I should not have a long front page.
- Use views to create a custom front page and you can hide the read more
link. Here are some good instructions for that - http://www.apaddedcell.com/creating-a-custom-home-page-in-drupal-using-views
Correct... "views" is my friend..But in this way I can not to use page-front.tpl.php. Or can I ?
There is a 3th way: use css to hide them.
For velocity css is the best choice, but obviously if I change theme or rewrite style.css I lost all. Views is the best choice, but I need to cache it (it is possible) because I can not permit to rebuild all for every frontpage visit.
However, other possibility ?
Hope this helps.
Thanks.
M.