Thursday 17 July 2014

How to display custom post meta in wordpress

<?php
// To get the price of a random product we will need to know the ID
   $product_id=101;
    $price = get_post_meta( $product_id, 'product_price', true );

echo $price

?>   

No comments :

Post a Comment

Freelance Jobs