Support Forums

The forums are closed and will be removed when we launch our new site.

Looking for support? You can access the support system via your account.

Forums Forums Search & Filter Pro Display results date

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • steve ferguson
    #76248

    I have set up a seach form on the page at http://riverclubchurch.com/serve-god-serve-others/ using the shortcode method.

    Any idea why some of the results display the post date and others do not?

    Trevor Moderator
    #76321

    There 6 results, the last three do not have dates because they are the same as the preceding post. If you have followed the customizing guidance and can edit the results.php file, find line 65:

    <p><small><?php the_date(); ?></small></p>

    and edit that to:

    <p><small><?php echo get_the_date(); ?></small></p>

    I think that will then cause it to do what you want.

    steve ferguson
    #76349

    That did the trick! Thanks so much.

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

The topic ‘Display results date’ is closed to new replies.