Tag Definitions %itemsfound%
Retrieves the total number of items in the current list.
This tag is used in search results to display the number of items found when used in conjunction with the PAGINATOR tag.
This tag has no parameters
Example
In this example the Alternative Title is rendered as the link to a page:
<h3>%PAGESFOUND% pages found, %ITEMSFOUND% results found</h3>
<h4>More results:</h4>
Showing results %PAGEFIRSTITEM% to %PAGELASTITEM%
RENDERED OUTPUT:
<h3>7 pages found, 12 results found</h3>
<h4>More results:</h4>
Showing results 1 to 2