search not working after db restore
-
<?php header(" echo home_url(); /". $_GET['title'] ); $mo = $_GET['title']; ?>
$args = array( 'post_type' => 'movies', 'orderby' => 'title', 'order' => ASC, 'posts_per_page' => -1, 'ignore_sticky_posts' => TRUE, 'substring_where' => $mo );
The above code worked great until I restored my database.
I can search with a value of 0 and view all the posts but not with the substring_where equals anything else apart from 0.
Viewing 14 replies - 1 through 14 (of 14 total)
Viewing 14 replies - 1 through 14 (of 14 total)
- The topic ‘search not working after db restore’ is closed to new replies.