Hi. I'm migrating a website from FrogCMS to Drupal. My questions are:
How do you limit the list of recent blog entries (title and content) on the MAIN page and let it limit (to at least five) on the other page (i.e. List of Blogs page)?
How do you place a 'read more' link for each blog and when viewed full, the 'read more' should not be displayed?
Is there a way to remove the pagination without hacking node.module?
I tried Nodequeue module but I am not sure on how to use it. I read the documentation and tried outputing
<?php print nodequeue_node_titles($subqueue_id); ?>
but had no luck at all. Check it hereI need an answer ASAP. I need to finish this by tomorrow. Thanks!