Results 1 to 1 of 1

Thread: acfcp hiding ad listing city

  1. #1
    Thread Starter
    acheica's Avatar
    Join Date
    Dec 2013
    Location
    Canada
    Posts
    179
    Thanks
    17
    Thanked 1 Time in 1 Post

    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

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Hiding payment option with free listing
    By gunline in forum ClassiPress General Discussion
    Replies: 1
    Last Post: May 11th, 2014, 12:02 PM
  2. [TUTORIAL] Hiding Business Listing
    By alexaung in forum Vantage General Discussion (Legacy)
    Replies: 1
    Last Post: January 27th, 2014, 11:29 AM
  3. city listing
    By danjo in forum Report ClassiPress Bugs
    Replies: 1
    Last Post: April 8th, 2011, 12:34 PM
  4. [SOLVED] Hiding the Ad Listing Free that shows on frontend?
    By jamesweb in forum Report ClassiPress Bugs
    Replies: 8
    Last Post: January 19th, 2011, 10:25 AM