Hi,
I would like to have the date, time and user on top of, or under a blog post. This is not standard in the Marinelli theme right? Can someone tell me how I add this to my weblog?
Thanks in advance!
--Mirjam
Hi,
I would like to have the date, time and user on top of, or under a blog post. This is not standard in the Marinelli theme right? Can someone tell me how I add this to my weblog?
Thanks in advance!
--Mirjam
Comments
Comment #1
lias commentedOne way is to create a node-blog.tpl.php template for your theme or use contemplate and modify the layout there.
Comment #2
mirjam commentedUhm... I'm afraid your sollution is too difficult for me, as quite a Drupal-code-newbie :-s. Is there another, easier solution?
Bye!
Mirjam
Comment #3
aharown07 commentedWhat if you use Story instead of Blog? Would that meet your needs? If I remember right, you get that info w/the Story content type.
Otherwise, you could make a custom content type, then edit your node.tpl.php using the code here:
http://drupal.org/node/266730#comment-890267
In fact, with that solution, you may not need a new content type. That's just the way I do it and I don't know if it works w/Blog content type (i don't use the Blog type at all).
Comment #4
Lioz commented