I'm running the University theme and on one page I'm using the gknsp shortcode to display some category posts. The exact shortcode I have used is below:
- Code: Select all
[gknsp article_cols="3" article_rows="2" cache_time="0" data_source_type="wp-category" wp_category_list="283" article_image_w="600" article_image_h="400" article_title_state="on" article_text_state="off" article_info_state="off" article_readmore_state="off" widget_css_suffix="nsp-company-directory"]
The problem I'm having is that (probably by design) clicking on an image in the NSP opens a lightbox - I want to change this so that it links to the post itself (as clicking the title does currently). I've looked at the shortcode options and also hooks but can't seem to find a way - can you please advise?
EDIT: I'm trying to do this without updating the plugin's code since I want to be able to update it in future.
Thanks
James