Profile image for Elie Andraos elieandraos
Get Wordpress Custom Field Value
Language
PHP
Tags
Wordpress

Get Wordpress Custom Field Value

1 <?php echo get_post_meta($post->ID, 'custom-field-key', true); ?>

Comments