How can I hide date in homepage but not author information ?
You could add the following function to your template.php file
phptemplate_preprocess_node(&$vars) { $vars['submitted'] = put here what ever you want }
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
can you post your lines [130-134]?
http://drupal.org/project/submitted_by or http://drupal.org/node/89155
Comments
reformat your submitted by...
You could add the following function to your template.php file
phptemplate_preprocess_node(&$vars) {
$vars['submitted'] = put here what ever you want
}
thank you I did but get an
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
Please post
can you post your lines [130-134]?
you could try...
http://drupal.org/project/submitted_by
or http://drupal.org/node/89155