How to put a loggedin member avatar in a blog comments form, more neatly?
-
I can do this currently by creating a custom comments.php with the entire form code template in my child themes. All I need to do is place the following in there…and it adds a nice touch to my blog comments form.
`
loggedin_user->id) ) : ?><a class="ava" href="”>
`
.but dealing with multiple themes in a network, It gets a little old managing all those different comments.php in all the different child themes.How can I use a better function to do this put this chunk of code into the comment_form(); automatically? Anyone can drop a hint!?
- The topic ‘How to put a loggedin member avatar in a blog comments form, more neatly?’ is closed to new replies.