By xDreamer on
This maybe a simple question, but I've been searching for an answer for three days. I created a new content type and a new vocabulary. What I'm trying to do is display one node from that content type/vocabulary, not just a listing of nodes, but a one whole node in a block. I used taxonomy block but all I got was a listing of nodes (only one node in my case), but it's still a listing, not the body of the node.
Is there a simple way to display a whole node (i.e. subject and content) from a certain content type or vocabulary in a block?
Thanks for any help in advance.
Comments
views module
have you tried the views module? there you can define a block that shows a definable number of nodes in a block. you can also choose how the nodes are shown (full/teaser/table/list).
Have you tried the Node As Block module?
You might want to check out the Node As Block module.
Thank you!
Thank you both for replying. I'll try the views solution first, then if I can't get it right, then I'll try the other solution.