Search SOMETIMES does not work in admin-edit view
trying now to determine when it does.
also sometimes i get blank screen after publish
Search SOMETIMES does not work in admin-edit view
trying now to determine when it does.
also sometimes i get blank screen after publish
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.
You must log in to post.