Skip to content

Instantly share code, notes, and snippets.

@bigdigital
Created April 19, 2017 10:06
Show Gist options
  • Save bigdigital/4bcb54f1c767327490ff4f4ee2777e8b to your computer and use it in GitHub Desktop.
Save bigdigital/4bcb54f1c767327490ff4f4ee2777e8b to your computer and use it in GitHub Desktop.
The7 Open blog in the new tab
function my_dt_post_thumbnail_args($args)
{
$args['wrap'] = '<p><a %HREF% %CLASS% %CUSTOM% target="_blank"><img %IMG_CLASS% %SRC% %ALT% %IMG_TITLE% %SIZE% /></a></p>';
return $args;
}
add_filter('dt_post_thumbnail_args', 'my_dt_post_thumbnail_args' , 20 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment