Return to Snippet

Revision: 58270
at July 5, 2012 04:50 by pruntrut


Initial Code
<?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>

Initial URL


Initial Description


Initial Title
Custom Field Value

Initial Tags


Initial Language
Other