Custom submitted by in tpl files
Here is a line of code to override Drupal's submitted by elements in node.tpl.php file.
created, 'custom', "F d, Y"); print ' | ' . theme('username', $node); print ' | ' . $node->comment_count . ' Comments'; ?>
Here is a line of code to override Drupal's submitted by elements in node.tpl.php file.
created, 'custom', "F d, Y"); print ' | ' . theme('username', $node); print ' | ' . $node->comment_count . ' Comments'; ?>