Hello there! Thank you for your response 🙂
I added the two add_field parameters you suggested, cleared my browsing data and flushed the site cache, but i’m still seeing that darned “s” in the url.
Do you perhaps have any other suggestions?
I appreciate your time and help!
THanks,
Elise
this is how i’m calling it on the front end:
<?php
$texturl = get_post_meta( $post->ID, ‘_cmb_brand_link’, true );
echo ‘<a class=”brand-link” target=”_blank” href=”‘;
echo $texturl;
echo ‘” alt=”‘;
echo the_title();
echo ‘”>’;
echo ‘Visit ‘;
echo the_title();
echo ‘‘;
?>