Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I woul like make a block where I get latest posts from a category and insert on the left/right of those titles a small image, such as http://www.novaplanet.com/ home page section "Articles"
I mean:
[img] title
abstract
-------------
[img] title
abstract
-------------
[img] title
abstract
-------------
or al last:
[img] title
-------------
[img] title
-------------
[img] title
-------------
If I add nodes to a front page as a blog or story type node, how long do they stay on the front page? I presume there must be a setting somewhere, but am unsure where it is.
I'm working on a new version of a site and have noticed that the same page displays differently depending on how it's accessed. The page in question is my home page http://test.boahc.co.uk which is also listed as a menu item http://test.boahc.co.uk/information
I've just seen in the following article http://drupal.org/node/73999#comment-165966 mention of using story instead of blog and to run a bit of code to convert entries from blog to story.
I've only got the one "blog" on my site and it's used for practice news items and I don't have that many of them so this sounds like it could be a good solution.
Can someone explain how to run the code:
UPDATE node SET type = 'story' WHERE type = 'blog'