New Landing How can we help? Themeforest Theme Support Joyn Add custom post type to

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Joyn
  • #215718
    Cyberspace
    Member
    Post count: 1

    I have a custom post type set up by a plugin (an even manager) and I’d like to enable the Swift Page Builder for these posts. Unfortunately I couldn’t find where to add this post type to the options here:

    Page Builder Options

    Thank you in advance.

    #215733
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Don’t know the name of your new custom post type but imagining that is events

    Try adding this code to the functions.php of your child theme to see if it works.

    add_filter('spb_post_types', 'my_custom_post_types');
    
    function my_custom_post_types( $pt_array ) {
        array_push($pt_array, 'events');
        return $pt_array;
    }

    Let us know the result.

    -Rui

    #215739
    Cyberspace
    Member
    Post count: 1

    Hi Rui,

    Thanks for your fast reply, that did the trick. 🙂

    #215755
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Great. Glad it worked.
    -Rui

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register