Sorry if this is a newbie question - I couldn't seem to find the answer from a forum search.

I want to promote pages/stories to a page other than the front page - more specifically,
to another page that is linked to a menu item. How would I do this? Does it have something
to do with this link? http://drupal.org/node/23348

Thanks in advance.

Comments

Steve Dondley’s picture

But the easiest is to do the following:

1) Create a new term
2) Assign content to the term
3) A page full content with the following path taxonomy/term/TID will be created, where TID is the term number.
4) Create a menu item with a path to #3 above.

--
Prometheus

nevets88’s picture

That worked. Much appreciated.

What are the other ways to do this?

nevets’s picture

Another way is to use the views module. With the views module you can create pages that present list of nodes filtered in a variety of ways.

nevets88’s picture

I'll try that.