Build the content layouts that your theme or page builder can't

Custom content

Architect supports custom post types, custom fields and custom taxonomies.

It also supports custom code in the meta fields by way of shortcodes, a much more secure way of passing code than directly parsing PHP.

The following example displays products from WooCommerce and uses the add to cart shortcode in the meta field to display the Add to Cart button. This is also using another feature of Architect, the passing of the post id by using the tag %id% in the shortcode.


Download this Blueprint (use right-click save)

Tutorial: Importing a Blueprint