public function theme_related_posts( $theme, $post = null ) { $post_type= Post::type( 'entry' ); $post_status= Post::status( 'published' ); if(!isset($post)){ $post = $theme->post; } ...etc. with rest fo function