Hi,
This feature will be probably added in on of the next NSP updates.
Try to edit generate_art_text function from your widgets.nsp.php file and change this line:
- Code: Select all
$art_text = $this->wdgt_results[$i]->post_content;
to:
- Code: Select all
$art_text = $this->wdgt_results[$i]->post_excerpt;