templates - how to define a sample avatar in wordpress -


i want show last comments in side bar in wordpress, if person has sent comment has gavatar shown if not have , in template there default picture below : enter image description here

how can cusomize picture ? , show favorite avatar ?

the get_avatar() function has $default parameter, allowing set custom url image specify

<?php echo get_avatar( $id_or_email, $size, $default, $alt ); ?> 

https://codex.wordpress.org/function_reference/get_avatar


Comments

Popular posts from this blog

IF statement in MySQL trigger -

c++ - What does MSC in "// appease MSC" comments mean? -

javascript - Blogger related post gadget image Resize s72-c [ Need Expert Help ] -