We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 744db54 commit c853934Copy full SHA for c853934
1 file changed
src/templates/pages/default.txp
@@ -125,7 +125,7 @@
125
<h1 itemprop="name">Search results</h1>
126
<txp:if_variable name="pages" value="^[1-8]$" match="pattern">
127
<div class="article-description" itemprop="description">
128
- <p><txp:search_result_count text="plugin(s) found" /><txp:search_term wraptag=" matching your search request <q><+></q>" />.</p>
+ <p><txp:search_result_count text="plugin(s) found" /><txp:if_variable name="compatibility" not value="Any"> compatible with Textpattern <txp:variable name="compatibility" /></txp:if_variable><txp:search_term wraptag=" matching your search request <q><+></q>" />.</p>
129
</div>
130
<txp:if_variable name="compatibility">
131
<txp:if_variable name="compatibility" value="Any">
0 commit comments