juandahveed
9/28/2017 - 1:15 PM

Essential Grid Plugin - Remove the 'essential_grid' post type from the url. In the example we changed it to have 'our-staff' in the url inst

Essential Grid Plugin - Remove the 'essential_grid' post type from the url. In the example we changed it to have 'our-staff' in the url instead

this is essential-grid.class.php line 663

//$postArgs["rewrite"] = array("slug"=>$postType,"with_front"=>true);
if ( $postType === 'essential_grid'){
	$postArgs["rewrite"] = array("slug"=>'our-staff',"with_front"=>true);
} else {
	$postArgs["rewrite"] = array("slug"=>$postType,"with_front"=>true);
}