注目タグ

質問・疑問

トピック詳細

関連記事リストに現在表示中の記事を除外する事は出来ない?

関連記事リストの変数を色々試していますが、どうしても現在表示中の記事だけを除いた同カテゴリ、上下の関連記事リストを作成す る事が出来ません。仕様上無理と言う事なのでしょうか?

2010年10月11日 01:40  by Mac

コメント一覧 1件中、1~1件表示

  • <!--relate_entry_other--> ~ <!--/relate_entry_other -->
    リストの項目が、現在表示中の記事と同じではない場合のみ表示されるブロック
    <!--relate_entry_now_showing--> ~ <!--/relate_entr y_now_showing-->
    リストの項目が、現在表示中の記事と同じ場合のみ表示されるブロック


    これを利用すれば方法はいくつかあると思います。
    例えば、↓ とかはどうでしょうか。


    <!--permanent_area-->

    <!--topentry-->

    <!--relate_list_area-->
    <ul>
    <!--relate_list-->
    <!--relate_entry_other-->
    <li>
    <a href="<%topentry_relate_url>">< %topentry_relate_title> -<%topentry_relate_year>/&l t;%topentry_relate_month>/<%topentry_relate_day>< ;/a></li>
    <!--/relate_entry_other-->
    <!--relate_entry_now_showing--><!--/relate_entry_n ow_showing-->
    <!--/relate_list-->
    </ul>
    <!--/relate_list_area-->

    <!--/topentry-->

    <!--/permanent_area-->


    関連記事リスト が 「変数」 でも出力可能に! 【 ありのごとくあつまりて 】
    http://arinogotokuatumarite.blog19.fc2.com/blog-entry-161.h tml

    2010年10月12日 00:20 by paruparu