- This topic has 1 reply, 2 voices, and was last updated 7 years, 10 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
Forums › Forums › Search & Filter Pro › Issue with date
Hi,
Thank you for your plugin. I’ve an issue with the date.
It’s seems that sometimes, date doesn’t appear. You can have a look here. Can you help me ? Thank you.
http://www.ibizetest.ch/publications/
Best regards,
Johann
You are using our Shortcode Display Results method and so will have coded the results.php template. In that, it use the WordPress function the_date(). One effect of this function is that it does not repeat the same date, it shows it only for the first post with that date.
If instead you use echo get_the_date() that will always output the date.