質問編集履歴

3

修正依頼に対する編集

2018/06/29 05:32

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -120,6 +120,26 @@
120
120
 
121
121
 
122
122
 
123
+ 〇 出力後HTML上→ページのソース表示で見た場合のコードは以下です。
124
+
125
+ ```
126
+
127
+ <div class="breadcrumbs">
128
+
129
+ <!-- Breadcrumb NavXT 6.1.0 -->
130
+
131
+ <span property="itemListElement" typeof="ListItem"><a property="item" typeof="WebPage" title="homeへ移動" href="https://xxx.yyy.jp" class="home"><span property="name">home</span></a><meta property="position" content="1"></span>/
132
+
133
+ <span property="itemListElement" typeof="ListItem"><a property="item" typeof="WebPage" title="aaa_categoryへ移動" href="https://xxx.yyy.jp/aaa/" class="post post-product-archive"><span property="name">aaa</span></a><meta property="position" content="2"></span>/
134
+
135
+ <span property="itemListElement" typeof="ListItem"><span property="name">bbb_tag</span><meta property="position" content="3"></span>
136
+
137
+ </div>
138
+
139
+ ```
140
+
141
+
142
+
123
143
 
124
144
 
125
145
  ---

2

訂正依頼による編集

2018/06/29 05:32

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -94,6 +94,30 @@
94
94
 
95
95
 
96
96
 
97
+ 〇 プラグイン内での表示テンプレートは下記です。
98
+
99
+
100
+
101
+
102
+
103
+ ```
104
+
105
+ <span property="itemListElement" typeof="ListItem">
106
+
107
+ <a property="item" typeof="WebPage" title="%title%へ移動" href="%link%" class="%type%">
108
+
109
+ <span property="name">home</span>
110
+
111
+ </a>
112
+
113
+ <meta property="position" content="%position%">
114
+
115
+ </span>
116
+
117
+ ```
118
+
119
+ bcn_display();から呼び出される認識でいます。
120
+
97
121
 
98
122
 
99
123
 

1

タグ追加のため

2018/06/29 05:05

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
File without changes