Forums › Forums › Remove CPT base › umleitungsfehler / redirect erro › Reply To: umleitungsfehler / redirect erro
29.04.2020 at 18:36
#294
Participant
that line is trying to access the $post->ID which appears not be present I guess. its the same functions.php as on local dev
$thumbnail = na_get_the_featured_image($post->ID, true);
its part of a function that writes some header infos depended on the postid using global $post