Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author TC.K

    (@wp_dummy)

    What is the result template that you are using? If it is Ajax result template, you can refer to this post by this filter ‘uwpqsf_result_tempt’.

    If you using default result template, then you can edit your theme’s search.php template.

    Thread Starter lachytimber

    (@lachytimber)

    I’d like to use the Ajax result template. So after I’ve copied the hook into the functions.php file, how to I go about arraying the search results on the page? Is that through custom CSS for the page? Any chance you could help point me in the right direction?

    Plugin Author TC.K

    (@wp_dummy)

    Well, that’s all up with php and design (css + html js).
    Learn how html works, like using html tags div, ul, li…etc. and the css how to control them divide into 4 column. And then, use the php to insert the content of each column.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Where to code for an ordered (customized) results page’ is closed to new replies.