Help <?php echo get_post_meta($post->ID, 'cp_zipcode', true); ?>
Hi,
I am trying to use <?php echo get_post_meta($post->ID, 'cp_zipcode', true); ?> to get the zipcode to show in a widget in the sidebar (on the single ad listing page).
It does work and displays a zip code but if the ad poster has more than one listing it displays a random zipcode from any of their ad listings?
How do I get it to show the zipcode related to their ad?
Thanks
Jon