Simple Tags plugin を使うようになって、UTW時代によく見かけていた Technorati や delicious Tags の表示や、Tag の AND,OR 検索を最近見かけないなぁと思って、Simple Tags plugin をよく調べてみたら、ちゃんとできるんですね。(UTW はAJAX でできたけど。)
1.
Tag のアーカイブページに関連タグを表示して、AND検索ができるようにしました。
archive.php
<?php /* If this is a tag archive */ } elseif( is_tag() ) { ?> <h2 id="toc-" class="pagename">‘<?php single_tag_title(); ?>’ タグ</h2> <div class="related-tags"><?php st_related_tags(); ?> <p>+をクリックするとAND検索になります。</p> </div>
Would you like to comment?
Join Diigo for a free account, or sign in if you are already a member.