Viewing 1 replies (of 1 total)
  • Plugin Author WebberZone

    (@webberzone)

    Could you please add this function to your theme’s functions.php file and let me know:

    function filter_crp_thumb_html( $crp_thumb_html ) {
    	return $crp_thumb_html . ' nopin="nopin" ';
    }
    add_filter( 'crp_thumb_html', 'filter_crp_thumb_html' );

    Remember to backup the files before making any changes.

Viewing 1 replies (of 1 total)
  • The topic ‘Adding nopin to the thumbnails’ is closed to new replies.