My problem is simple, i just want to clone or copy the layout of the frontpage to another page I've created. (sample http://www.myappleguide.com/) Whenever I create a content, it does always promoted in the front page. I want to use views so that for example I create a story, the story will be reflected in a story page. Just like in the sample website there are contents under home and there are contents under iphone.

Please help me. I'll greatly appreciate step by step detailed intsructions. Thanks.

Comments

mradcliffe’s picture

So, you created a new node view, right?

  • Change the style of the view to node.
  • Add a filter for node type that is inclusive of the node types you want. That is if a story page is a node type. Maybe it's a taxonomy term (?), in which case you need to filter based off of taxonomy term.
  • Add a menu to the view with the path as just "story" or whatever.

This should work the way you want to get a node stream.

kilowattz’s picture

Thanks for the reply i'll try it, but if there's still a detailed step by step way of performing this please help me. Or maybe you guys know some tutorials regarding my case please tell me so.

thanks!