Rooms Developers (Custom Coding) Categories of CPT in blog module Reply To: Categories of CPT in blog module

#3510
Michael Schmidt
Participant
    @summerfresh
    Up
    0
    Down
    ::

    If anyone is still trying to do this, I found a solution that worked for me on the Divi Support Forums here: https://www.elegantthemes.com/forum/viewtopic.php?f=190&t=901090&hilit=Custom+Post+Type+Categories+in+Blog+Module&p=4903214#p4903214

    line 367 of /Divi/includes/builder/module/Blog.php should be
    ‘post_type’ => array_values(get_post_types()),