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