Viewing 2 replies - 16 through 17 (of 17 total)
  • Hi!:
    I need to show the search results in several pages, bur with different code structure in each page. I mean, for example, in one page it shows in a table, in another like a list, etc. The problem with the uwpqsf_result_tempt filter is that I can’t make it work with conditions, like:

    if (is_page('example')){
     // shows a table
    }elseif(is_single()){
     // shows a list
    }

    so, how can I customize the filter??
    Thanks a lot!!

    @kellyta_p,

    Are you searching by taxonomy or custom meta fields?

Viewing 2 replies - 16 through 17 (of 17 total)
  • The topic ‘Result list say "Search results for — " "’ is closed to new replies.