Add articles from one category to a page/block
wuschba - April 10, 2008 - 16:26
Hello. On a fresh installed drupal, you find the beginning of all new articles on the main-page. Is there a way to limit them to one category and put them into a block?
Or is there a way to put the beginning of all new articles from one category to a page, inside the text? Something like:
This is my text. I have written very much.
New Article!
Do, 04/10/2008 - 14:34 – user
Beginning of the article...
Another article!
Do, 04/10/2008 - 14:30 – user
Beginning of the article...
Okay, this is the ending of thd page, but I still have something to say: So the text continues here.

how about
how about http://drupal.org/project/recent_blocks
Looks good, also the
Thanks for your reply. Looks good, also the mentioned "Views"-module.
But isn't there a kind of tag or some php-code which simply lets you include news whereever you want to?
There's actually several
There's actually several ways of doing this, I was giving you the easy one and the one I still use.
You absolutely can just create your own blocks at admin/build/block/add and use php there (don't forget to use the "PHP code" input format). Check the PHP Block Snippets page to see if there are any readily available snippets that do what you want.
You can also do this with Views and/or panels and/or nodequeue. Many advanced sites use all 3 of those modules. Views is an absolute must once you get your feet wet even a little.
Very often with Drupal there are multiple routes to the same destination.
Hi and thanks agan for your
Hi and thanks agan for your reply. I should have made more clear what I was looking after. So thank you for putting me into the right direction!
no worries... happy to help
no worries... happy to help 8)