Categoría: BRICKS FREE META BOX
-
Limiting the Query Loop Posts Output to Post IDs From a Custom Field in Bricks
A user asks: I have a list of posts (IDs) in a custom field of a CPT. On a Bricks template, I need to run a query for the IDs in the custom field only. How can I tell the query loop builder to use the IDs from the custom field only? In PHP, I’d…
-
Meta Box Category Colors in Single Posts
Looking to use Meta Box Color Picker fields’ values in a single post Bricks template based on the post category? This tutorial shows how. Note: Designed to work mainly for the case where posts have a single category assigned to each. Step 1 Create a field group named say, “Category Fields” having category_primary_color and category_secondary_color…