Remove links from projects

Please note: This snippet applies to the Astrid, Perth, Rocked, Sydney and Talon themes.

You can use the following code to unlink all projects:

jQuery(function($) { 
	$('.project-item a, .item-work a, .project-content a, .portfolio-item a').removeAttr('href');
});
INFO: This is a JS snippet. If you don’t have a child theme or don’t know how to use one, we recommend that you use this plugin.