By akaash19 on
Hello all,
I have a simple problem. In my site i have placed few blocks in the front page and things work fine. But i get this message also:
"Please follow these steps to set up and start using your website:
1. Configure your website Once logged in, visit the administration section, where you can customize and configure all aspects of your website. ................."
It seems that a node has to be promoted to front page.But i dont need any node in front page at all. all i need is to place blocks in my front page.How can i do this.
Regards
Comments
You can make a page and set
You can make a page and set it to be promoted to front page, even though the body field is empty. By default, you'll need a page title, but using certain modules, you could get around that.
you should be able to use a
you should be able to use a css selector to grab the title and add 'display: none;' to the css to hide it.
===
"Give a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime." - Lao Tzu
"God helps those who help themselves." - Ben Franklin
"Search is your best friend." - Worldfallz
Thanks
Thanks for all your replies..finally it was done..i used views for it.
Regards
akaash
Not sure you need views for
Not sure you need views for htis one.
If it were me, I'd create a node-frontpage template and style that the way I wanted it. This way, you wouldn't have to go messing around with views....unless you know views!