MTSearchResultCount
検索の条件に合致した結果の件数を表示します。複数のブログを対象に検索した場合は、対象ブログの検索結果の合計数を表示します。
- 使い方
<mt:SearchResults>
<mt:SearchResultsHeader>
<section id="search-results">
<span id="current-page" class="hidden"><$mt:CurrentPage$></span>
<h1 class="title">
<mt:IfStatic><mt:IfStraightSearch>
「<$mt:SearchString$>」と一致するもの - <$mt:SearchResultCount$> 件
</mt:IfStraightSearch></mt:IfStatic>
<mt:IfTagSearch>
タグ「<$mt:SearchString$>」が付けられているもの
</mt:IfTagSearch>
</h1>
</mt:SearchResultsHeader>
<$mt:Include module="記事の概要" hide_counts="1"$>
<mt:SearchResultsFooter>
</section>
<nav class="pagination">
<ul>
<mt:IfMoreResults>
<li><a rel="prev" href="<$mt:NextLink encode_html="1"$>" onclick="return swapContent();">過去の記事</a></li>
</mt:IfMoreResults>
<mt:IfPreviousResults>
<li><a rel="next" href="<$mt:PreviousLink encode_html="1"$>" onclick="return swapContent(-1);">新しい記事</a></li>
</mt:IfPreviousResults>
</ul>
</nav>
</mt:SearchResultsFooter>
</mt:SearchResults>
モディファイア
singular="text"
-
カウントが 1 件のときに表示するメッセージを指定します。
plural="text"
-
カウントが 2 件以上のときに表示するメッセージを指定します。メッセージに # を含むと、# が実際の件数に変換されます。
none="text"
-
カウントが 0 件のときに表示するメッセージを指定します。