Forums
(@gstrategic)
18 years, 8 months ago
What should my PHP code look like if I have a custom field called “bizaddress”?
Tried <?php echo get_post_meta($post_id, 'bizaddress', true); ?>
<?php echo get_post_meta($post_id, 'bizaddress', true); ?>
Didn’t work.
Please help.