Search:

Search: Search took 1.00 seconds.

  1. Replies
    27
    Views
    1,322

    Answering your first question "What do i need to...

    Answering your first question "What do i need to do to get the picture and users name in line?" just add this to your css:

    #comments .avatar {
    float: left;
    }

    Regards,
  2. Replies
    31
    Views
    3,708

    great work! thanks...any idea how to display only...

    great work! thanks...any idea how to display only the satelite image?
  3. Replies
    47
    Views
    2,722

    In your classipress/includes/sidebar-contact.php...

    In your classipress/includes/sidebar-contact.php

    1) line 1 (before everything) place this:
    <?php if(get_post_meta($post->ID, 'cp_ad_sold', true) == 'yes') { ?>
    <span><?php _e('This item has...
Results 1 to 3 of 3