I'm assuming that your front page is no longer "node", but "node/XXX", right?
This is a theming issue, which means you will have to edit your page template in order to hide the title. What theme are you using, and are you familiar with PHPTemplate, or PHP?
I have made my own custom theme...I know PHP Template and everything...I just want to know if there is a variable which gives true or false based on whether the current node is the front page or not.Something like this
if(!frontpage): >
<?php print $title;
I believe...whatever doesn't kill you, makes you.......stranger
Comments
I'm assuming that your front
I'm assuming that your front page is no longer "node", but "node/XXX", right?
This is a theming issue, which means you will have to edit your page template in order to hide the title. What theme are you using, and are you familiar with PHPTemplate, or PHP?
- Corey
Yup
I have made my own custom theme...I know PHP Template and everything...I just want to know if there is a variable which gives true or false based on whether the current node is the front page or not.Something like this
I believe...whatever doesn't kill you, makes you.......stranger
try $is_front - Corey
try
$is_front- Corey