Archive for June, 2010
02
Jun 2010
01
Jun 2010
by Stoney deGeyter
Many people are afraid of Google’s seemingly “big brother” approach to the web. Google appears to keep digging their hands further and further into our lives, collecting data and using in ways that some may not trust…
01
Jun 2010
This code simply have to be pasted in your functions.php file to work:
function remove_comment_author_class( $classes ) {
foreach( $classes as $key => $class ) {
if(strstr($class, "comment-author-")) {
unset( $classes[$key] );
}
}
return $classes;
}
add_filter( 'comment_class' ,
…


Follow Us!