CODE!
The code for Posting Author Name is well ‘Post Author Name.. HAHA!
You have to add this code:
<span style=”font-weight:bold;”>{PostAuthorName}</span>
.. in each “block” of posting code. The block being the different types of posts (Text, Photo, Link, Video etc).
It has to go after all the code in that block but just before the end block code.
Eg.
{block:Text}
<div class=”text-post”>
<h3>{Title}</h3>
{Body}
</div>
<span style=”font-weight:bold;”>{PostAuthorName}</span>
{/block:Text}
NB:this code was take from the simplest of themes.. so more complex themes might have more code to desipher..
I’ve tried it on my blog page and it seems to work. This code will display the username of the person though. So my username is eitlobsaboo, not Phil.. So unless everyone knows people by their username, this may be a problem. BUT ITS A START.. I’m sure there’s a code for ones name instead.. I just haven’t figured it out. You could probably also make it post someones pic there aswell/instead..
Also heres some other handy links:
For changing the span style, a hex colour code chart and some general code info.