post_type ) { $story = new Story(); $story->load_from_post( $post ); $image = new Image( $story ); $content = $image->render(); } return $content; } }