Add Author Avatar Below Post Title

Posted in: Newspaper
Post count: 51

I want to add author avatar to the post title on the single post template. Could someone help me do it?

Here is an example:

However,I would like the avatar to be circular.

Post count: 23312

Hello Dhananjay,

If you want to move your author box to be under the post title, you have to change the code according to the single template used by you. For example, if you are using single template 1, you have to edit loop-single-1.php core file like this -> http://screencast.com/t/UF3fz2HCsx2 and then you have to use a bit of CSS code to do the image of the author to be circular.

The code is ->

.author-box-wrap img {
border-radius:50px;
}

the result you should see here -> http://screencast.com/t/6RRTZra1y8

If is not what you mean, please provide more details about your desired changes so I will be able to provide a more accurate response.

Thank you for the message!

Post count: 51

That helps. It has given me a lot of idea, on how I can customize the post section. 🙂
Thanks

Post count: 51

@Catalin

I have been able to do so, just as I wanted. But, could you please tell me, how can I remove the word “by” from “by Dhananjay”.

Post count: 23312

Hello Dhananjay,

If you want to remove By word from author box, you have to remove it from td_module_single_base.php core file like this -> http://screencast.com/t/qChK0qDkfEH

Thank you for the message!

Post count: 51

Finally, thank you so much.

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.