Masonry
Parameters
- column (how many columns to show): 2, 3, 4, 5
- number (number of posts to show per page)
- post_type (specific post type to show) (optional)
- taxonomy (specific taxonomy to show) (optional)
- terms (specific category to show) (optional)
- title (whether to display title): true,false
- desc (whether to display description): true,false
- paging (whether to display pagination): true,false
Samples
Blog Masonry
[masonry post_type="post" number="6" column="2" desc="true" desc_length="15"]
Portfolio Masonry with Specific category
[masonry post_type="portfolio" taxonomy="portfolio_category" terms="Animals,Nature,People" number="6" column="3"]
Portfolio Masonry without title and description
[masonry post_type="portfolio" taxonomy="portfolio_category" terms="Animals,Nature,People" number="6" column="3" title="false" desc="false"]