I want to post a story on the front page but I don't want to see the "Submitted by jdoe on Sun, 07/06/2003 - 14:49". What is the best method for doing this?

http://www.amcham.kz/, for example has stories with no byline. Is this custom?

Thx,

Mike

Comments

cel4145’s picture

you'll have to edit the theme that you use. in most themes, the byline is specified in the function node($node, $main = 0) part of the .theme file.

radical-1’s picture

example for bluemarine theme. [xtemplate.xtmpl]

<!-- BEGIN: node -->
  <div class="node {sticky}">
    <!-- BEGIN: picture -->
    {picture}
    <!-- END: picture -->
    <!-- BEGIN: title -->
    <h2 class="title"><a href="/{link}">{title}</a></h2>
    <!-- END: title -->
    <span class="submitted">{submitted}</span>
    <!-- BEGIN: taxonomy -->
    <span class="taxonomy">{taxonomy}</span>
    <!-- END: taxonomy -->
    <div class="content">{content}</div>
    <!-- BEGIN: links -->
    <div class="links">&raquo; {links}</div>
    <!-- END: links -->
  </div>
<!-- END: node -->

note: {submitted}
replace it with:

----------------------------------------------------
Color Outside the Box