/ Published in: Other
Expand |
Embed | Plain Text
<?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>
You need to login to post a comment.
