• How can I make this link conditional, so that if the admin meta box has a url, it will function as it does now, but without content default to the posts permalink? Does that make sense?

    <?php $project_url = get_post_meta($post->ID, "buca_project_url", true);  ?>
                <a href="<?php echo $project_url ?> rel="bookmark" alt="<?php the_title(); ?>" ></a>

    Thanks

  • The topic ‘Making meta data conditional’ is closed to new replies.