1 seven_star Mar 25, 2009 07:19
3 slamp Apr 04, 2009 21:36
Thanks for the tip
4 hudson2001 Apr 28, 2009 10:18
AWESOME! I've been wanting to do this as well.
That said, I have NO clue what I'm doing to try to edit that. I would like it to appear, if possible, BEFORE the category list and to say @time (i.e. @5:14pm) instead of just time (5:14pm) - I tried a few things but got errors on them all.
Much thanks!
5 yabba Apr 28, 2009 15:27
hudson2001 wrote:
(i.e. @5:14pm) instead of just time (5:14pm)
$Item->issue_time( array(
'before' => '@ ',
'after' => '!',
));
;)
¥
6 hudson2001 Apr 28, 2009 17:06
Okay, that adds the @ but it doesn't put it at the beginning of the line (before the categories)... was it supposed to? (Just checking.)
7 yabba Apr 28, 2009 19:03
I just did the "i/e @" bit ;)
¥
8 hudson2001 Apr 28, 2009 19:11
Okay, thanks!!
9 yabba Apr 28, 2009 19:29
I don't have the same skin, but if you look for a section that's remotely close to resembling a near relative of this :
<p class="postCats">Posted in : <?php $Item->categories(); ?></p>
and then slap the code from above, above that, cross your fingers and do that weird dance that people always do when they dance to elves/pixies/the great god of the fire breathing mountain/fairies/goblins/and when they burn their fingers .... anyway, if you do that dance then hopefully it won't kill your blog
Good luck :D
¥
Hi, you have to edit the file posts.main.php for that skin .
Look for
and include in that span the following...
Back original files up and then play with the above until your happy with it.