I try few hours to find why my search don’t work correctly. I use “page navi” plugin but the error persist without plugin too.
Finally, after many code modification I fout the problem. It was in the POST method who must be replaced with GET method.
But attention, Dilectio wordpress themes have two forms in their code. One is simple to find, is in searchform.php but the search field placed in the sidebar on the blog is in sidebar.php
So you must have this code on form:
<form action="<?php echo $_SERVER['PHP_SELF']; ?>" method="get">
One Response
Modificari la tema | Haotik Note-Blog
July 14th, 2010 at 5:50 am
1[...] O a doua chestie care am reusit sa o repar dupa multa cheltuiala a fost sa fac sa mearga cautarea pe blog. Mergea si inainte doar ca pagina doi a rezultatelor ducea pe pagina doi a blogului. Pentru cei care folosesc Dilectio si au aceasi problema le recomand solutia de aici. [...]
RSS feed for comments on this post · TrackBack URI
Leave a reply