Hi! I'm having some issue need your support on this. 1. Search result showing comment off issue even though my theme is updated to v1.8. 2. When I'm searching by typing title only or location only in the search box it's showing the old ads on top and new ads in the last page. 3. I was able to add Date in ad preview on homepage, all listing page, category listing page by using this code tr> <td class="label date"><?php echo S_P_DATE; ?> </td> <td><?php the_time('F j, Y'); ?></td> </tr> but when I add this code in search page it's not working it's showing Publish Date: but same date on all the ads. 4. I want to show pages number on home page so that visitor's can directly move to another page page just clicking the number. (Please refer to the image and check the bottom of the image) That's all for now... Will appriciate your reply on all the 4 quiries TQ!
Hello, 1) Download attached file and replace it with existing "module_functions.php" file. 3) For this open "template_search.php" and add code as shown in the image. 2, 4) Unfortunately there isn't a way to do that with our theme unless you custom code something up. Sorry.
Hi 1. Having problem in the custome fields after repalcing the module file, is there is any specific code line that I need to change so that I can avoide the issues of custom field? 3. Still showing an default date for all the post which is 27August... date on which I started my site. 2. It's a search function problem and I'm sure their is something in search algo. which is making it to work wrong... will appricite if you try to help in this one. 4. No problem I will try to search for this one. Tc! <?php the_time ('F j, Y'); ?></div>
Hello, 1) You can compare your module file with the updated file. Follow link given below. It will help you. https://blogs.oracle.com/roumen/entry/netbeans_quick_tip_10_diffing 3) Please do let me know your website link.
And please help me out with the enabling date in the search result I already tried that code that you gave me prevously but it's showing the same date for all the listings which is 27 august the date i started my site. TQ!