Skip to content

Instantly share code, notes, and snippets.

@imemohit
Created August 2, 2016 03:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save imemohit/cbd71d398b0281e8007391087382feab to your computer and use it in GitHub Desktop.
Save imemohit/cbd71d398b0281e8007391087382feab to your computer and use it in GitHub Desktop.
Please edit
/wp-content/themes/dt-armada/inc/shortcodes/includes/benefits-vc.php line 137
change
$title = sprintf( '<%1$s>%2$s</%1$s>', $attributes['header_size'], $attributes['title'] );
to
$title = sprintf( '<%1$s><a href="%3$s">%2$s</a></%1$s>', $attributes['header_size'], $attributes['title'],$attributes['image_link'] );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment