Results 1 to 3 of 3

Thread: exclude some ad details?

  1. #1
    Thread Starter
    Senior Member aggieoutlaw8's Avatar
    Join Date
    Oct 2010
    Location
    United States
    Posts
    125
    Thanks
    0
    Thanked 6 Times in 6 Posts

    exclude some ad details?

    i am trying to exclude some custom fields that i have made in classipress so they dont show on the ad page..

    ive tried to edit single-default.php

    PHP Code:
    // 3.0+ display the custom fields instead (but not text areas)
                                                cp_get_ad_details($post->ID, get_cat_ID($category[0]->cat_name));
                                            ?>

                                                <li id="cp_listed"><span><?php _e('Listed''cp'?>:</span> <?php the_time(get_option('date_format') . ' ' get_option('time_format')) ?></li>
                                                
                                                <?php if (get_post_meta($post->ID'cp_sys_expire_date'true)) ?>
                                                    <li id="cp_expires"><span><?php _e('Expires''cp'?>:</span> <?php echo cp_timeleft(strtotime(get_post_meta($post->ID'cp_sys_expire_date',
    but the function spits all the fields out and i just need to pick which ones i need, ive tried a few edits but doesnt work..

    thanks for any help

  2. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,703
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

  3. #3
    Thread Starter
    Senior Member aggieoutlaw8's Avatar
    Join Date
    Oct 2010
    Location
    United States
    Posts
    125
    Thanks
    0
    Thanked 6 Times in 6 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. can Search function display results for poster tab details and post details?
    By dollarpermile.com in forum Report ClassiPress Bugs
    Replies: 2
    Last Post: November 2nd, 2010, 12:25 PM
  2. [MOD NEEDED] Contact form under ads details
    By pinocchio in forum ClassiPress General Discussion
    Replies: 7
    Last Post: October 29th, 2010, 04:45 PM
  3. My users are getting ip address and other details ...
    By arty101 in forum Report ClassiPress Bugs
    Replies: 6
    Last Post: October 1st, 2010, 03:40 PM
  4. Location Details Issue
    By hiro in forum ClassiPress General Discussion
    Replies: 4
    Last Post: July 9th, 2010, 04:04 AM