質問編集履歴

2

追記

2020/03/25 08:21

投稿

satoutanaka
satoutanaka

スコア4

test CHANGED
File without changes
test CHANGED
@@ -15,3 +15,27 @@
15
15
 
16
16
 
17
17
  よろしくお願いします
18
+
19
+
20
+
21
+ ※追記
22
+
23
+ すいません
24
+
25
+ 自分が初心者なので教えて頂いても理解できないです
26
+
27
+
28
+
29
+ 下のコードをカテゴリーページでも動かせれば良いのですが
30
+
31
+ function home_random_posts( $query ) {
32
+
33
+ if ( $query->is_home() && $query->is_main_query() ) {
34
+
35
+ $query->set( 'orderby', 'rand' );
36
+
37
+ }
38
+
39
+ }
40
+
41
+ add_action( 'pre_get_posts', 'home_random_posts' );

1

追加

2020/03/25 08:21

投稿

satoutanaka
satoutanaka

スコア4

test CHANGED
File without changes
test CHANGED
File without changes