By olive0 on
Hello,
When I make a post, it post "Monday, November 23, 2009 — admin" on every post, which is fine. I want to remove the "admin" part though.
When i tried to delete in the edit content part under author, it just changed admin to anonymous. I want the field and the "-" to be completey removed so it just shows the date. Can someone please tell me how to do this?
Thank you!
Comments
=-=
in your node.tpl. is a variable $submitted or something to that effect. you will likely have to remove it and add your own php XHML to pull what you want to pull. Theme developers guide may have information on how to do this. Devel.module may also help