Inserting external url won’t work on theme
-
I’m using this theme called ‘Affair’ (https://themeforest.net/item/affair/61222). In order to insert images you have to create a custom field and write in “thumb” for name and the url for value. It works fine when the image is uploaded to my wp folder and that url is copied into value but when i want use an external url, it won’t work. here is some of the code where i think the problem lies. Any ideas. thanks!
<?php
$thumb = get_post_meta($post->ID, ‘thumb’, true);
if ($thumb == ”)
{ ?><?php } else { ?>
<?php } ?>
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Inserting external url won’t work on theme’ is closed to new replies.