' . __( 'Pages:', 'wpv' ), 'after' => '
' ) );
wpv_share('post');
} else {
if($fullpost) {
global $more;
$more = 0;
the_content(__("Read More", 'wpv'),false);
} else {
the_excerpt();
}
}
?>
'