Skip to main content

Integrations

The dynamic tags and conditions included in the free version of Loops & Logic work with all core WordPress post types as well as custom post types. Third-party plugins often use unique data structures so we're currently building integrations that simplify working with their data in the template system.

Some integrations will be included in the free version and others that require more complex development to support will be included in a Pro plugin. Premium integrations are currently being tested by beta users through the Tangible Blocks beta.

Included in free version

Included in Pro version

These integrations are included in Loops & Logic Pro and Tangible Blocks Pro.

Integrating with other plugins

Loops & Logic interacts with data in the same way that the WordPress core does: using posts. Most third-party plugins extend WordPress' functionality by adding new post types, taxonomies, and fields. If we know the name of these, we can refer to them in our markup to display data created by third-party plugins. For example, WooCommerce uses a post type called product that could be queried just like any other post type using a post loop. Below are some examples demonstrating how to interact with data from plugins for which there isn't native support within the L&L templating language.