Error with post-template.php
-
Seems to work if I change the “the_content( )” on line 24 to:
$content = apply_filters(‘the_content’, $page->post_content);
echo $content;it was giving me error:
Notice: Trying to get property of non-object in /wp-includes/post-template.php on line 298
- The topic ‘Error with post-template.php’ is closed to new replies.