pruntrut on 07/05/12
Last Edited at 07/05/12 04:50am
<?php echo get_post_meta($post->ID, 'custom-field-key', true); ?> <a class="button_buynow" href="<?php echo get_post_meta($post->ID, 'affiliate', true); ?>" title="Buy <?php the_title(); ?>">Buy Now!</a>
Report this snippet Tweet
Comment:
You need to login to post a comment.