Forums Forums Search & Filter Pro Results PHP order

Tagged: ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Anonymous
    #47764

    Hi! Please someone give me help. I want to give the results.php order by name and ASC. My code is:

    <?php
    if ( $query->have_posts() )
    {
    ?>

    <?php
    while ($query->have_posts())
    {

    $query->the_post();
    ?>
    <p><?php the_content(); ?><p>
    </div>
    <?php
    }
    ?>

    Thanks!

    Trevor
    #47767

    I am unsure what you are trying to achieve. The Search and Filter form settings has a tab for results order.

    Anonymous
    #47877

    True! Thanks! Work fine!

    Trevor
    #47878

    I can close this then?

    Trevor
    #48557

    As this has been over a week since the last reply, I am closing this thread and marking it resolved.

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