This commit is contained in:
parent
2646de2df6
commit
fae6da0935
|
|
@ -67,8 +67,6 @@ function build_search_artisan_posts_cards($request)
|
||||||
's' => $search_value,
|
's' => $search_value,
|
||||||
);
|
);
|
||||||
$newsPostsDatas = new WP_Query($args);
|
$newsPostsDatas = new WP_Query($args);
|
||||||
// write_log($newsPostsDatas->posts);
|
|
||||||
|
|
||||||
|
|
||||||
ob_start();
|
ob_start();
|
||||||
foreach ($newsPostsDatas->posts as $key => $post) {
|
foreach ($newsPostsDatas->posts as $key => $post) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user