By vague on
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
Sure you can use either of
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.
Thank you
Great stull. Thanx for the info. will give it a try.
still need some help
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.
Can you make the view? If
Can you make the view? If so, you can add a page display, give it a path and add it to a menu.
Thanx will give that a shot.
Thanx will give that a shot. and let you know.