I managed to display the specified extract from the ‘extract block’ with :
<?php
$package = wpdm_get_package($the_id);
echo $package['excerpt'];
?>
But if I’ve not specified any extract in the ‘extract block’, it doesn’t display any text from the main description, like [excerpt_N].
Any solution ?
Thanx