Front-end Icons

This topic contains 2 reply and 2 voices, and was last updated by getreal 11 years, 2 months ago
Viewing 2 Posts - 1 through 2 (of 2 total)
Author Posts
February 7, 2013 at 12:14 am 1071
getreal Hello, very nice platform.  Is there a way to remove the profile icons/images from the front?
February 7, 2013 at 12:20 am 1072
Tareq Hasan Tareq Hasan

you could, use this snippet and paste it on your functions.php

add_filter( 'get_avatar', '__return_false' );

February 7, 2013 at 2:53 am 1073
getreal getreal

Hello Tareq, it work like a charm….thks.

Viewing 2 Posts - 1 through 2 (of 2 total)