Meta Box
Support Forum
Support › General › Using URL field type
Hello Support, I wanted to use the URL field type to list URLs and link them on the frontend. Is that possible?
Thanks
Hi,
Yes, it is possible. You can create a few lines of code to show the URL field on the frontend. For example
<a href="<?php echo rwmb_meta( 'field_URL_id' ); ?>"> <button>Click me!</button> </a>
Refer to these topics https://support.metabox.io/topic/how-to-add-custom-field-url-value-to-a-button/ https://support.metabox.io/topic/url-being-displayed-on-the-front-instead-of-a-button/