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

enzipher’s picture

Hey,

May I suggest the Views module? It does what you need.
http://drupal.org/project/views

--

hook_world() is broken.

DoubleT999’s picture

Thank You, I looked at it, and seem like it does everything i need.