Adds City/state fields to search listings in Classipress


/ Published in: PHP
Save to your folder(s)

Add to index-standard.php, index-directory.php,search.php and archive-default.php - below - p class="bot4px dotted">


Copy this code and paste it in your HTML
  1. <?php _e('Location:','cp') ?></u> </span><?php echo get_post_meta($post->ID, 'cp_city', true); ?><?php _e(',', 'cp') ?></span> <?php echo get_post_meta($post->ID, 'cp_state', true); ?>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.