public function createBlogPosting() {
        $blogpost = new BlogPosting();

        // Basic info
        $blogpost->headline = get_the_title();