Wednesday, August 8, 2012

get the custom field value in wordpress

use this


$key_1_value = get_post_meta($post->ID, 'key_1', true);


key1 is the slug.


get_post_meta( $post->ID, '_wpsc_shelves', true )

No comments:

Post a Comment