How to display a value of a custom dropdown
-
I have a dropdown with the meta key “suburbs”.
How do I display the key value of the chosen dropdown (in my theme template files)?
this is not working…
<?php echo get_post_meta($post->ID, "suburb2", true); ?>
Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to display a value of a custom dropdown’ is closed to new replies.