advanced code snippet search
nathanbweb on 05/11/11
php wordpress fields custom
05/11/11 05:17am
URL: http://bit.ly/nrice08-wpcf
<!-- Begin photo --> <?php $photo=get_post_meta($post->ID, 'photolink', true); ?> <?php if ( $photo ) : ?> <a rel="lightbox" title="full image" href=<?php echo $photo ?>> <img class="photo" src=<?php echo $photo ?> /></a> <?php endif; ?>
Report this snippet Tweet
Comment:
You need to login to post a comment.