• Search SOMETIMES does not work in admin-edit view

    trying now to determine when it does.

    also sometimes i get blank screen after publish

Viewing 2 replies - 1 through 2 (of 2 total)
  • I have the same problem. When I look at Categories in the admin panel, and try to search for categories I know exist, I don’t get any results. It doesn’t matter what I search for. This problem was there from the initial installation. I’ve tried installing manually, having my host install, having ANOTHER host install, same initial problem.

    I encounter the same issue with the French version.
    It seems like there is a bug in sidebar.php file.
    This file is located in : wp-content\themes\[your theme]

    Here is the line, I’ve modified:
    <form id=”searchform” method=”get” action=”<?php bloginfo(‘home’); ?>”>

    Here is the new line:
    <form id=”searchform” method=”get” action=”<?php bloginfo(‘home’); ?>/“>

    I just add a ‘/’ at the end of action attribute.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘search does not work consistently’ is closed to new replies.