Can NPS pull from excerpts

January 2013 WordPress Theme
GK User
Wed Feb 04, 2015 3:36 am
Is there a way to make NPS pull an entries text from the posts' excerpt instead of the top of the main content?
User avatar
Fresh Boarder

GK User
Wed Feb 04, 2015 9:54 am
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;
User avatar
Moderator

GK User
Wed Feb 04, 2015 4:30 pm
Thanks.
User avatar
Fresh Boarder


cron