Issue with 404 Pages
-
If this widget is on a 404 page an error happens.
Notice: Trying to get property of non-object in /home/sites/epixdev1.co.uk/public_html/taylor/wp-content/plugins/ultimate-posts-widget/ultimate-posts-widget.php on line 83
Its because on line 83 your trying to get the $post ID
global $post; $current_post_id = $post->ID;that bit of code needs to do a check if there is not post id available.
I am not sure why you need the current page ID anyway?
Can this be fixed please.
The topic ‘Issue with 404 Pages’ is closed to new replies.