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
Hello, Remove code as shown in the image to remove review. 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>