Need to make links clickable
-
Hi,
I had a dodgy web developer insert bizarre code into my theme so I’m trying resolve it without any success.
https://www.visitlocal.co.uk/index.php/2009/12/08/get-bike/
If you look over to the left side, Contact Details, the email and web address should be clickable links not plain text.
This is the code in the single post file;
<h3>Contact Details:</h3> <p><strong>Tel:</strong> <?php echo get_post_meta($post->ID, "tel_value", true); ?></p> <?php if (get_post_meta($post->ID, "email_value", true) != ""){ ?> <p><strong>Email:</strong> <?php echo get_post_meta($post->ID, "email_value", true); ?></p> <?php } ?> <?php if (get_post_meta($post->ID, "website_value", true) != ""){ ?> <p><strong>Website:</strong> <?php echo get_post_meta($post->ID, "website_value", true); ?></p> <?php } ?>
Hope anyone can be of any help.
Thanks,
Naweed
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Need to make links clickable’ is closed to new replies.