Viewing 1 replies (of 1 total)
  • something like:
    (details depend on existing code)

    <?php $image = get_post_meta($post->ID,'Thumbnail_URL name',true);
    if( $image == '' ) { $image = 'default_image_url.jpg'; } ?>
Viewing 1 replies (of 1 total)
  • The topic ‘Default image custom fields’ is closed to new replies.