Forums Forums Search & Filter Pro Issue with date

Viewing 2 posts - 1 through 2 (of 2 total)
  • Anonymous
    #178355

    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

    Trevor
    #178373

    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.

Viewing 2 posts - 1 through 2 (of 2 total)