Home › Forums › Support › Masonry Post Width for custom post types › Reply To: Masonry Post Width for custom post types
December 5, 2015 at 9:45 am
#158211
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!
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-development