By DoubleT999 on
Hi everyone,
I am trying to do following thing:
I have two content types - New Article and New Blog
I want to add menu link Blogs and it would show all nodes with type New Blog, but Homepage would show all nodes with type New Article
How I should accomplish this?
Comments
Views
Hey,
May I suggest the Views module? It does what you need.
http://drupal.org/project/views
--
hook_world() is broken.
Thank You, I looked at it,
Thank You, I looked at it, and seem like it does everything i need.