By kiev1.org on
my template contains one line only
print $node->field_text_anons[0]['view']
however in show taxonomy present not necessary me "title" and "submitted" - how to remove this?
my template contains one line only
print $node->field_text_anons[0]['view']
however in show taxonomy present not necessary me "title" and "submitted" - how to remove this?
Comments
=-=
post display information can likely be turned off in your theme settings. administer -> themes -> configure
uncheck post display information for the content types you don't want it to show on.
Also, you can turn off output
Also, you can turn off output of the title by editing your page.tpl.php in your theme folder.
thanks you
Understood - and remove comment - in node.tpl.php - but it is uncomfortable - to edit every theme into files - in fact sense of this module was in tom what to edit all from admin interface