简体   繁体   中英

How can I manipulate my Drupal blogs?

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 (ie 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); ?> <?php print nodequeue_node_titles($subqueue_id); ?> but had no luck at all. Check it here

  • I need an answer ASAP. I need to finish this by tomorrow. Thanks!

Check out Views module. This will allow you to build the views you require. If you want to further modify the output then do this then theme the view.

There is a tutorial for nodequeue here link text which may help you.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM