Categoría: BRICKS FREE JETENGINE PLUGINS

  • JetEngine Checkbox Condition in Bricks

    This tutorial shows how elements in Bricks can be conditionally output depending on the selected option from a JetEngine checkbox custom field. Consider a meta box titled “Post Fields” enabled for Posts having a “Features” meta box that is of type Checkbox with these possible options: Room, Wifi, Air Condition. For Post A: Room is…

  • JetEngine Term Image in Bricks

    Looking to retrieve the URL of a Media type of custom field created using JetEngine attached to a taxonomy term for use in Bricks? Just add :url filter at the end of your dynamic tag. Ex.: {je_model_model-image:url} where model after je_ is the taxonomy slug and model-image is the name/ID of the custom field. This…