rss_if_search_results
Plugin Details
- Download:
- rss_if_search_results v0.1
- Textpattern Forum:
- View discussion
- Plugin Type:
- Regular
- Current Version:
- 0.1
- Status on this site:
- Active
The rss_if_search_results plugin allows for the conditional display of data when search results are (or are not) present on the current page.
How To Use the Plugin
Here are some example uses for this plugin.
<txp:rss_if_search_results>
I have results
<txp:else>
I don't have results
</txp:rss_if_search_results>
or
<txp:rss_if_no_search_results>
I don't have results
<txp:else>
I have results
</txp:rss_if_no_search_results>
or
<txp:rss_if_no_search_results>
I don't have results
</txp:rss_if_no_search_results>
