Closed neilberry001 closed 10 years ago
global $post; if(!empty($post->ID)) $theID = $post->ID; else $theID = false; $site_details = array( 'templateDirectoryUri' => get_template_directory_uri(), 'siteUrl' => get_site_url(), 'thePermalink' => get_permalink(), 'theTitle' => get_the_title(), 'theID' => $theID ); wp_localize_script('modernizr', 'tanlinellSiteDetails', $site_details );
Reoslves PHP Notice: Trying to get property of non-object in ... /wp/wp-includes/post-template.php ...
PHP Notice: Trying to get property of non-object in ... /wp/wp-includes/post-template.php ...
Reoslves
PHP Notice: Trying to get property of non-object in ... /wp/wp-includes/post-template.php ...