Remove Published Date Field

Discussion in 'GeoCraft WordPress Theme' started by chrishoag, Dec 13, 2012.

  1. chrishoag

    chrishoag Guest

    Joined:
    May 10, 2012
    Messages:
    5
    Likes Received:
    0
    Is there a way to remove from the list page? I don't see it in the custom field area (hopefully I didn't miss it).

    Thanks!
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Open single-listing.php and remove code given below as shown in image.

    Code:
    <td class="label date"><?php echo S_P_DATE; ?> </td>
                                    <td><?php the_time('F j, Y'); ?></td>

    [​IMG]
     

Share This Page