以下の内容はhttp://10plate.blog44.fc2.com///blog-entry-210.htmlより取得しました。


便利ナビのリンク先を個別記事にする

当サイトが提供する共有テンプレートには、全て便利ナビが標準装備されています。

便利ナビとはmyhurtさんが考案した、カテゴリ、月別記事、検索結果表示においてページ上部に表示されるナビゲーションです。

便利ナビのリンク先は同ページ内の記事ですが、ダイレクトに個別記事ページにリンクする方法を紹介します。


HTMLを編集します。

<!--▼▼ カテゴリ、月別、検索結果ナビゲーション ▼▼-->

<!--▼カテゴリー別記事ナビゲーション▼-->

<ul>
<!--topentry-->
<li><a href="#entry<%topentry_no>" title="記事の先頭へ">
<%topentry_title>&nbsp;[<%topentry_year>/<%topentry_month>/<%topentry_day>]
</a></li>
<!--/topentry-->
</ul>

<!--▲カテゴリー別記事ナビゲーション▲-->

<!--▼月別記事ナビゲーション▼-->

<ul>
<!--topentry-->
<li><a href="#entry<%topentry_no>" title="記事の先頭へ">
<%topentry_title>&nbsp;[<%topentry_year>/<%topentry_month>/<%topentry_day>]
</a></li>
<!--/topentry-->
</ul>

<!--▲月別記事ナビゲーション▲-->

<!--▼検索結果ナビゲーション▼-->

<ul>
<!--topentry-->
<li><a href="#entry<%topentry_no>" title="記事の先頭へ">
<%topentry_title>&nbsp;[<%topentry_year>/<%topentry_month>/<%topentry_day>]
</a></li>
<!--/topentry-->
</ul>

<!--▲検索結果ナビゲーション▲-->

<!--▲▲ カテゴリ、月別、検索結果ナビゲーション ▲▲-->


この赤い部分を下記のように変えてください。

<!--▼▼ カテゴリ、月別、検索結果ナビゲーション ▼▼-->

<!--▼カテゴリー別記事ナビゲーション▼-->

<ul>
<!--topentry-->
<li><a href="<%topentry_link>" title="記事の先頭へ">
<%topentry_title>&nbsp;[<%topentry_year>/<%topentry_month>/<%topentry_day>]
</a></li>
<!--/topentry-->
</ul>

<!--▲カテゴリー別記事ナビゲーション▲-->

<!--▼月別記事ナビゲーション▼-->

<ul>
<!--topentry-->
<li><a href="<%topentry_link>" title="記事の先頭へ">
<%topentry_title>&nbsp;[<%topentry_year>/<%topentry_month>/<%topentry_day>]
</a></li>
<!--/topentry-->
</ul>

<!--▲月別記事ナビゲーション▲-->

<!--▼検索結果ナビゲーション▼-->

<ul>
<!--topentry-->
<li><a href="<%topentry_link>" title="記事の先頭へ">
<%topentry_title>&nbsp;[<%topentry_year>/<%topentry_month>/<%topentry_day>]
</a></li>
<!--/topentry-->
</ul>

<!--▲検索結果ナビゲーション▲-->

<!--▲▲ カテゴリ、月別、検索結果ナビゲーション ▲▲-->


これで便利ナビのリンク先が個別記事ページになります。

関連記事



以上の内容はhttp://10plate.blog44.fc2.com///blog-entry-210.htmlより取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14