Hi guys.

Im not a very long time user of drupal, so hope some can guide me here. Is it possible to create a page where I can post articles, these articles must not appear on the front page, only on that specific page.

Is this possible? Im using the latest version of drupal 6.

Any help would be greatly appreciated.

Comments

nevets’s picture

Sure you can use either of the page or story content types or add a new one possibly with additional fields using CCK. To keep them off the front page you just make sure the default for "Promote to front page" is unchecked. Then you can use views (and maybe simple views) to make a page listing of that content type.

vague’s picture

Great stull. Thanx for the info. will give it a try.

vague’s picture

Hi guys. I still need some help.

I basically want to create a page with a primary link where I can post articles to. Only this page contains these articles, they are not visible on the front page.

I tried to follow the advice given but was unsuccessful.

Any help would be greatly appreciated.

nevets’s picture

Can you make the view? If so, you can add a page display, give it a path and add it to a menu.

vague’s picture

Thanx will give that a shot. and let you know.