Show the State on ad list
Show the location ( City and State ) on posts list
Add locations to the ads list:
wp-content/themes/classipress/includes in : actions.php
find "| <span class="clock"><span>"
Add into the clock code :
<a href="?s=<?php echo get_post_meta($post->ID, 'cp_state', true); ?>" ><?php echo get_post_meta($post->ID, 'cp_state', true); ?></a>
33.JPG