Forums Forums Search & Filter Pro Field relationships not working correct

Viewing 10 posts - 21 through 30 (of 34 total)
  • Trevor
    #51573

    The standard WordPress Loop must be there. It assumes you have it in place in your template. And example is in the plugin folder, in a sample folder called templates. Your loop must have this. Our filter then modifies your loop.

    Anonymous
    #51574
    This reply has been marked as private.
    Anonymous
    #51575
    This reply has been marked as private.
    Trevor
    #51576

    oooooh. Good catch. Let me see if that is in the next version. Just looked. same for category, tags and dates lines (63-65). 🙁

    And, to the other question, if you wish, you can.

    Anonymous
    #51577
    This reply has been marked as private.
    Anonymous
    #51578
    This reply has been marked as private.
    Trevor
    #51585

    Not sure how it needs to be. Maybe don’t use our code, use your own?

    Anonymous
    #51586
    This reply has been marked as private.
    Anonymous
    #51587
    This reply has been marked as private.
    Trevor
    #51588

    No, not a stupid one. It is entirely logical. I should have thought of that. Too hot here.

    So, as per the docs:

    Customising the Results

    If you wish to customise the display of your results, you must override the default template that is being used by Search & Filter:

        Create a folder in your theme folder called search-filter.
        Copy the file wp-content\plugins\search-filter\templates\results.php from the templates folder in to the newly created folder in your theme – wp-content\themes\your-theme-name\search-filter\results.php

    From now on, Search & Filter will load this version of the template instead of its own – so you can make any customisations that are necessary.

Viewing 10 posts - 21 through 30 (of 34 total)