• Resolved poons15

    (@poons15)


    Just installed the search reloaded plugin, but am not sure where to put this:

    <?php sem_search_display(); ?>

    It says on the website of the author to put it in the search.php. I do not have a seach.php on my theme. I have a searchform.php, and I tried there it didn’t work.

    If anybody has any ideas, let me know.

    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter poons15

    (@poons15)

    any answer to this?

    Then create a blank search.php on your theme directory, and copy the content from here: https://paste.uni.cc/7345

    Thread Starter poons15

    (@poons15)

    Created a blank search.php and copied the content but am getting this error:

    Fatal error: Call to undefined function: sem_search_display() in /home/poons15/public_html/wp/wp-content/themes/blue-bye-you/search.php on line 5

    The plugin is activated. I also have the SearchHistory plugin activated, could that cause an issue?

    Your help is appreciated. Thanks!

    Instead of…
    <?php sem_search_display(); ?>

    …it’s supposed to be…
    <?php sem_search_results(); ?>

    Thread Starter poons15

    (@poons15)

    thanks that fixed it.

    now i just work on the display…the font is huge…etc..

    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Search Reloaded Plugin Question’ is closed to new replies.