acfcp hiding ad listing city
Hii... I just bought the acfcp and installed for now just to have a date picker,but after installation I missed a ad listing city that a have on my ads on the ad listing page to show on the right side the name of the city, that's the modification I did on action.php. "<span class="folder"><?php if ( $post->post_type == 'post' ) the_category(', '); else echo get_the_term_list( $post->ID, APP_TAX_CAT, '', ', ', '' ); ?></span> | <span class="owner"><?php if ( $cp_options->ad_gravatar_thumb ) appthemes_get_profile_pic( get_the_author_meta('ID'), get_the_author_meta('user_email'), 16 ) ?><?php the_author_posts_link(); ?></span> | <span class="clock"><span><?php echo appthemes_date_posted($post->post_date); ?></span></span> <?php if(get_post_meta($post->ID, 'cp_city', true)) { ?><span style="float:right;margin-right:10px;font-size:13px;"><a href='/devclass/?s=<?php echo(get_post_meta($post->ID, 'cp_city', true)); ?>&sa=search&scat=0'><?php echo(get_post_meta($post->ID, 'cp_city', true)); ?></a></span><?php } ?>"
Can you help me in this issue? Thanks