Created a text box via metaboxes
I deduce - it also sculpts the address of the current page to the link
Example: on the page http://site.ru/test/ field vk.com/id1/ is added
I put the link and display
$textInput1 = get_post_meta($post->ID, 'mytextinput11', true); <a class="testimonials-link" target="_blank" href="<?php echo $textInput1; ?>" rel = "nofollow"><?php echo $textInput1; ?></a> instead of a link like href = "vk.com/id1/" it turns out href = "http://site.ru/test/vk.com/id1/"
How to remove it?
WordPress Version 4.7.4
Theme twentyseventeen standard