When using style 3 as the post template, how can one add the author’s name next to the category and date?
Please have a look:
The image contains the category name (“Suomi”) and the publishing date. But how to get the author’s name there, too? Alternatively, the date could be replaced by the author’s name.
TIA, Vesa
Hello Vesa,
In order to achieve as you wish, you have to alter the code according to your post template used, as you can see here -> http://screencast.com/t/U8mSq0gP and then you have to use a bit of CSS code for better results.
The code is ->
header time{
margin-right: 2px!important;
}
Thank you for the message!
Works like a charm, Catalin! Thank you!
(I wanted to have the three elements – category, author, date – in that order.)
However, if I wish to increase the separation between the elements, is there a way to adjust that?
Hi,
In order to use this method for other styles, use the same method as Catalin showed above and add the code in the other post style files: http://screencast.com/t/tH4YLxLhPE
Thank you!