Forum Replies Created
-
AuthorPosts
-
March 18, 2025 at 9:53 PM in reply to: Show/Hide Field Group based on Taxonomy when Taxonomy is not in editor #47853
Josh
ParticipantHi Peter,
Thank you for your response! I didn't realize that there's a taxonomy custom field so thanks for pointing that out.
Can you please clarify what I need to put in the "field ID" and "value" fields? http://prntscr.com/8UCPdx48vcuL
I created new field group Product Category http://prntscr.com/8UCPdx48vcuL , I tried putting product_category in the field ID since that's the taxonomy custom field ID but I'm not sure what to put in the "value". I tried putting "Featured" in the value but it still doesn't show the Featured Product Field Group.
Thanks for your help.
March 18, 2025 at 3:45 AM in reply to: Show/Hide Field Group based on Taxonomy when Taxonomy is not in editor #47841Josh
ParticipantHi Peter and MB Team,
Sorry to grave dig here but I'm trying to achieve a similar outcome. Basically, I'm trying to get a custom field group to only show up when the CPT has a specific taxonomy. I tried following the guide above but the custom field doesn't show up even with condition logic set to visible when field group ID = term ID
Here's a loom video to show: https://www.loom.com/share/87d97b0908924d409579df2c2de06561
Josh
ParticipantLong, why doesn't metabox support removing the CPT slug from the URL? I'm rebuilding a high ranking site that was built with all pages before thus it doesn't have a "slug" before the actual page title. I'd like to refrain from creating a lot of redirects and also potentially risk losing some rankings due to url restructuring.
May 5, 2023 at 11:30 PM in reply to: ✅Shortcodes (from other plugins) not rendering in Metabox fields #41728Josh
ParticipantHey Peter, where do I add the $value = rwmb_meta( 'my_field_id' );
echo do_shortcode( wpautop( $value ) );in the custom field to display the shortcodes? Sorry, I'm confused with the documentation linked above and I'm not familiar with PHP
-
AuthorPosts