Todas las páginas del blog debería de tener el siguiente enlace:
Julio Pari
Descargar e instalar el plugin: http://wordpress.org/plugins/google-plus-authorship/
Modificar el plugin:
ARCHIVO: google-plus-authorship/google-plus-authorhip.php
function get_google_plus_authorship_link ($gplus_return='') {
$gplus_author_name = esc_attr( get_the_author_meta( 'gplus_author_name', $user->ID ) );
$gplus_author_display = esc_attr( get_the_author_meta( 'display_name', $user->ID ) );
$gplus_author_url = esc_attr( get_the_author_meta( 'gplus_author_url', $user->ID ) );
$author_name = "Julio Pari";
$gplus_return .= ' - '.$author_name.'';
return $gplus_return;
}