Recent | Popular
#php #metabox #wordpress
<?php // get the value of image_advanced type of custom field for the current taxonomy term $clients_gallery = rwmb_meta( 'clients_gallery', ['object_type' => 'term'], get_queried_object_id() );
Tue May 17 2022 14:02:47 GMT+0000 (UTC) https://wpdevdesign.com/taxonomy-term-specific-image-grid-using-meta-box/