Masonry

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)
  • posts (specific posts 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"]
123

Portfolio Masonry with Specific category

[masonry post_type="portfolio" taxonomy="portfolio_category" terms="Animals,Nature,People" number="6" column="3"]
...2345...

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"]
  • Who is next?
  • Who is next?
  • Just broke my leg
  • Just broke my leg
  • Letter from abroad
  • Letter from abroad
...2345...