No necesitas un plugin. Sólo reemplaza esta parte
Código PHP:
Ver original<?php while (have_posts()) : the_post(); ?>
por esto
Código PHP:
Ver original<?php while (have_posts()) : the_post();
global $current_user;
get_currentuserinfo();
if(get_the_author() != $current_user->user_login) continue; ?>
Más info:
http://codex.wordpress.org/Function_...urrentuserinfo