Home › Forums › Support › Feature Request: Author as Organization This topic has 3 replies, 2 voices, and was last updated 4 years ago by Tom. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts May 25, 2019 at 1:14 am #910277 Longinos Hi In the file generatepress/inc/markup.php the CreativeWork SD is set allways to Person and some times this can be an Organization. May 25, 2019 at 9:13 am #910595 TomLead Developer Lead Developer Hi there, Try this: add_filter( 'generate_post-author_microdata', function() { return 'Organization'; } ); Adding PHP: https://docs.generatepress.com/article/adding-php/ Let me know 🙂 May 25, 2019 at 11:46 pm #910968 Longinos Hi Tom Your filter don´t generate output to the author item in CreativeWork, but put me on the road. This worked: add_filter( 'generate_post-author_microdata', function() { return 'itemprop="author" itemtype="https://schema.org/Organization" itemscope'; } ); May 26, 2019 at 8:46 am #911320 TomLead Developer Lead Developer Ah, sorry about that! Glad you found the solution 🙂 Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In