By quikone on
How does one promote only one thing or page to the home or front page. I have promoted the page I want to the front but I have some products starting at the bottom. Plus the page is showing only a teaser with the read more link. How do I make just that page show up without the read more? I have done this before but can't remember or find it.
When the website launches it goes to basecamp-operations.com / I want it to default to basecamp-operations.com/home ???
Thanks,
Ron
Comments
=-=
a few options:
go to adminsiter -> post settings and set post length to unlimited
then edit and save the node again for the changes to take effect
use the page content type
create a page
goto administer -> site information and set it as the default front page
There are more advanced methods to create front pages as well via views, panels, custom tpl.php files
If you want home to be part of the path you can put drupal in a /home subdirectory however, if you do that every path will have home in it.
you can create aliases with the path.module which is part of core. You can automate this process with pathauto.module and token.module