By Vic96 on
How can I hide the date for a specific custom node that I created. I want to show the author name but hide the data. Toggling the 'submit information' off in the theme hides both of these. Thanks.
How can I hide the date for a specific custom node that I created. I want to show the author name but hide the data. Toggling the 'submit information' off in the theme hides both of these. Thanks.
Comments
Disabling post information
You can disable "Display post information on" your content type in "admin/build/themes/settings". May be, you want create your own content type and theme it: http://drupal.org/node/509
hey, did you by chance find
hey, did you by chance find a way to hide the date but keep the authoring information? I'm looking to do the same thing.
Im using drupal 6 and still
Im using drupal 6 and still have the same question, can any one help us please?
This thread has more than 3
This thread has more than 3 years and still without answer..is there any thing wrong with the question?
Hiding the date through theme layer D6
in your themes folder (sites/all/themes/yourtheme) create a template.php file if there isnt one there. then add the following code, uncomment the one you want. you can only return one thing:
replace xxx with your theme name
Hi tinny Your code works like
Hi tinny
Your code works like a charm ! Thanks a lot
How to use this fix this in
How to use this fix this in Drupal 7?
any idea?
thank you! It works
thank you! It works (drupal 6)