Wanna Isotope

0

A plugin to easily build Isotope/Masonry layouts with any content (posts, pages or custom post types). Responsive grids, filterable content. Shortode parameters type example: type=”p

Version
Last updated
Active installations
WordPress Version
Tested up to
pa_languages
Rating
Total ratings
Tag
This plugin is outdated and might not be supported anymore.

Description

A plugin to easily build Isotope/Masonry layouts with any content (posts, pages or custom post types). Responsive grids, filterable content.

Shortode parameters

type

  • example: type=”portfolio”
  • default: post
  • Display content based on posts, pages or custom post types.

items

  • example: items=”12″
  • default: 4
  • Number of items to show.

tax

  • example: tax=”category”
  • default: none
  • Show a filter based on taxonomy parameter.

term

  • example: term=”category-slug”
  • default: none
  • Show a filter based on a term parameter and only show items based on the term.
  • REQUIRED: use the tax parameter.

order_by

  • example: order_by=”slug”
  • default: menu_order
  • Sort retrieved posts by parameter.

order

  • example: order=”DESC”
  • default: ASC
  • Designates the ascending or descending order of the ‘orderby’ parameter.

id

  • example: id=”my_custom_grid”
  • default: none
  • set a custom id so you can style or target better.