Masonry Post Width for custom post types

Home Forums Support Masonry Post Width for custom post types

Home Forums Support Masonry Post Width for custom post types

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #158166
    Tara

    Hi Tom

    How can I enable the Masonry Post Width meta box setting for pages and custom post types (events)?

    Thanks

    Tara

    #158211
    Tom
    Lead Developer
    Lead Developer

    Hi Tara,

    I just added a filter to the next version of Blog/GP Premium so it’s possible to change this.

    add_filter( 'generate_blog_masonry_metabox','generate_add_blog_masonry_metabox' );
    function generate_add_blog_masonry_metabox()
    {
        return array( 'post','post-type' );
    }

    This won’t work until GP Premium 1.2.78 is released.

    If you want a head start on it you can email me at support@generatepress.com and I’ll send you the latest version.

    Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.