質問編集履歴

1

codeをMarkdownで修正

2017/10/16 06:54

投稿

junagame
junagame

スコア12

test CHANGED
File without changes
test CHANGED
@@ -2,9 +2,13 @@
2
2
 
3
3
  固定ページに自身のページを除外した同階層のサイト内リンクを設置したいと考えています。
4
4
 
5
+ ```
6
+
7
+ <?php wp_list_pages( 'title_li=&depth=1&exclude=2' ); ?>
8
+
9
+ ```
5
10
 
6
11
 
7
- <?php wp_list_pages( 'title_li=&depth=1&exclude=2' ); ?>
8
12
 
9
13
 
10
14