How to Remove "No Review" from search page

Discussion in 'GeoCraft WordPress Theme' started by trentmunday, Oct 11, 2013.

  1. trentmunday

    trentmunday New Member

    Joined:
    Aug 14, 2013
    Messages:
    29
    Likes Received:
    0
    Hi!

    I changed the module file and now it's not showing comments off... but now it's showing "No Review" when I'm search for listing via search option...

    Please let me know that how to remove the "No Review" from search page.

    And about my last post... any update on the "Showing Date" on search page?

    TQ
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Remove code as shown in the image to remove review.

    remove.png

    Replace code given below with the date function at the search template.

    Code:
     <tr>
    <td class="label date"><?php echo S_P_DATE; ?> </td>
    <td><?php  $the_post = get_post($q->ID);
    echo $dateline = $the_post->post_date; ?></td>
    </tr>
     

Share This Page