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

lias’s picture

One way is to create a node-blog.tpl.php template for your theme or use contemplate and modify the layout there.

mirjam’s picture

Uhm... I'm afraid your sollution is too difficult for me, as quite a Drupal-code-newbie :-s. Is there another, easier solution?

Bye!
Mirjam

aharown07’s picture

What 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).

Lioz’s picture

Status: Active » Closed (won't fix)