how to place the list of STATES as links in some place
I would like to have a list of states as links for users to click on them, and make a search for ads in that specific state...
Does anybody think i can use anything inside here to do that ?
<?php _e('Location','cp') ?>: <a href="?s=<?php echo get_post_meta($post->ID, 'cp_city', true); ?>" title="Click to view all posts in this city."><?php echo get_post_meta($post->ID, 'cp_city', true); ?></a>,</span><a href="?s=<?php echo get_post_meta($post->ID, 'cp_state', true); ?>" title="Click to view all posts in this province."><?php echo get_post_meta($post->ID, 'cp_state', true); ?></a>