By nevets88 on
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
Many ways to do this
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
Thanks
That worked. Much appreciated.
What are the other ways to do this?
Another way is to use the views module
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.
Thanks again
I'll try that.