How can I hide date in homepage but not author information ?

Comments

maozet’s picture

You could add the following function to your template.php file

phptemplate_preprocess_node(&$vars) {
$vars['submitted'] = put here what ever you want
}

kalilo’s picture

thank you

I did but get an error message

Warning: Call-time pass-by-reference has been deprecated in C:\wamp\www\d\themes\temp1\template.php on line 132

Parse error: parse error in C:\wamp\www\d\themes\temp1\template.php on line 132

maozet’s picture

can you post your lines [130-134]?