There is a warning that does not go away:
Warning: Undefined property: WP_Post_Type::$slug in app/public/wp-content/themes/lawfirm-child/archive-project.php on line 177
I tried to put this in wp-config.php
already:
ini_set(‘display_errors’,’Off’);
ini_set(‘error_reporting’, E_ALL );
define(‘WP_DEBUG’, false);
define(‘WP_DEBUG_DISPLAY’, false);
It still shows the warning..