Forums Forums Search & Filter Pro Custom search effects whole site not sure why

Viewing 10 posts - 11 through 20 (of 32 total)
  • Trevor
    #255556

    Then you could set the form to use the Custom method, if the page uses a PHP template file that you can edit?

    Anonymous
    #255558
    This reply has been marked as private.
    Trevor
    #255562

    If it used a PHP template, with the custom method, assuming that the template page sets the arguments to run wp_query(), and then runs wp_query …

    If that template is shared by other pages, you could conditionally add our filter to the list of arguments, or, if the template is used only by that page, simply add our filter to the arguments, like this:

    'search_filter_id' => 1234;

    Anonymous
    #255570
    This reply has been marked as private.
    Trevor
    #255574

    When set to Post Type Archive, the form links itself not to a page, but to the Post Type and its template(s)

    Anonymous
    #255576
    This reply has been marked as private.
    Trevor
    #255578

    Are you able to show me the template file for that page?

    Anonymous
    #255582
    This reply has been marked as private.
    Trevor
    #255584
    This reply has been marked as private.
    Anonymous
    #255586
    This reply has been marked as private.
Viewing 10 posts - 11 through 20 (of 32 total)