Categoría: BRICKS FREE META BOX PLUGINS
-
Random Meta Box Image
Looking to output a random image from a set of images upload to a post via a Meta Box Images Advanced-type field in Bricks? Add the following in child theme‘s functions.php (w/o the opening PHP tag) or a code snippets plugin: <?php function bl_get_random_mb_image_advanced_image_id( string $field_id ): int { $images = rwmb_meta( $field_id ); shuffle(…