Hello, would like to delete the field "Publish date :" on my listig page because I don't need it. How can I do this? Thanks!
Hello, Go to single-listing.php present in your theme directory and remove the code given below Code: <tr> <td class="label date"><?php echo S_P_DATE; ?> </td> <td><?php the_time('F j, Y'); ?></td> </tr> Check image for reference This will solve your issue. Thanks & Regards Gourav Shrivastava