highlights area unlink

March 2014 WordPress Theme
GK User
Tue Jun 09, 2015 8:49 am
Please do this as text without link?
User avatar
Fresh Boarder

GK User
Wed Jun 10, 2015 8:01 am
Hello,

You have to edit plugin's code. Please open wp-content/plugins/gk-nsp/article_wrappers/highlighter/helper.php file and change this line:
Code: Select all
$art_output .= '<a href="'.$art_url.'" title="'.$art_title.'"> ' . $art_final_text .'</a>';

to:
Code: Select all
$art_output .= $art_final_text;   
User avatar
Moderator

GK User
Wed Jun 10, 2015 8:27 am
thank you
User avatar
Fresh Boarder

GK User
Wed Jun 10, 2015 9:20 am
I have one problem, how do I insert date here?
User avatar
Fresh Boarder

GK User
Wed Jun 10, 2015 11:50 am
It's not possible, because these elements are links, you can change them to articles (in News Show Pro settings from Sidebar Left widget area - Widget Layout tab), then you'll be able to add date and other informations.
User avatar
Moderator


cron