I want to say that i don’t know how to search from page ( view of end user). after i try to find solved, finally i find ‘s’ properties in WP_Query. Awesome, if i want search a word, i can write wp = new WP_query($a);
with
$a = [
...
's' => 'word that i want to find'
...
];
I think u can write it in the document or guideline.
Thanks for reading.
-
This reply was modified 6 years, 3 months ago by firefly2712.
-
This reply was modified 6 years, 3 months ago by firefly2712.
-
This reply was modified 6 years, 3 months ago by firefly2712.