エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
Can i merge 2 new WP_Query($variable) 's?
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Can i merge 2 new WP_Query($variable) 's?
I am running a multisite network and i have setup a sql query that uses swith_to_blog(); and quer... I am running a multisite network and i have setup a sql query that uses swith_to_blog(); and queries the posts. Is there a way that i can declare the query inside a new WP_Query and actually merge that query with another? Basically if i do this: $number1 = new WP_Query($multisitequery); Can i merge it with: $number2 = new WP_Query($normalquery); $normalquery holds settings like pagination, per pag