devinsays / portfolio-press

A WordPress theme for artists and designers to showcase their work.
https://wptheming.com/portfolio-theme/
GNU General Public License v2.0
62 stars 30 forks source link

Developer Notice on 404 Page #49

Closed devinsays closed 10 years ago

devinsays commented 10 years ago

Getting a developer notice on the 404 page: Notice: Undefined property: WP_Query::$post in /Users/Devin/Local/portfolio/wp-includes/query.php on line 3309

This is due to add_action( 'pre_get_posts', 'portfoliopress_portfolio_posts' ); in portfolio-helpers.php.

When var_dump( $query ) is_404 returns bool false- so not sure what is going on.

devinsays commented 10 years ago

Still not sure why is_404 returns false, but pushed a workaround that check for isset( $post ).