質問編集履歴
1
該当ソースの追記
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
|
1
|
+
WordPress「ストーク」のメニューの同ページ内リンクのカスタマイズに関して
|
body
CHANGED
@@ -10,9 +10,12 @@
|
|
10
10
|
```ここに言語を入力
|
11
11
|
<div class="remodal remodal-is-initialized remodal-is-opened" data-remodal-id="spnavi" data-remodal-options="hashTracking:false" tabindex="-1">
|
12
12
|
<button data-remodal-action="close" class="remodal-close"><span class="text gf">CLOSE</span></button>
|
13
|
-
<ul id="menu-test-1" class="sp_g_nav nav top-nav cf">
|
14
|
-
|
15
|
-
<
|
13
|
+
<ul id="menu-test-1" class="sp_g_nav nav top-nav cf"><li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-426"><a href="http://yzan.jp/#blog">Yzanブログ<span class="gf"></span></a></li>
|
14
|
+
<li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-651"><a href="http://yzan.jp/#philosophy">Yzanの理念<span class="gf"></span></a></li>
|
15
|
+
<li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-652"><a href="http://yzan.jp/#business">ビジネス<span class="gf"></span></a></li>
|
16
|
+
<li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-653"><a href="http://yzan.jp/#people">Yzanと人<span class="gf"></span></a></li>
|
17
|
+
<li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-654"><a href="http://yzan.jp/#contact">お問い合わせ<span class="gf"></span></a></li>
|
18
|
+
<span class="text gf">CLOSE</span></button>
|
16
19
|
</div>
|
17
20
|
```
|
18
21
|
|