Toggle navigation
TXP Tags
article
asset
comment
conditional
navigation
structural
system
<txp:
php
/>
Insert PHP code into your pages and forms (the safe way).
<txp:
search_result_count
/>
Returns the number of articles found by a search.
<txp:
search_result_date
/>
Provides the article posted date as returned by the search function.
<txp:
search_result_excerpt
/>
Shows the occurence of the search term with some surrounding context.
<txp:
search_result_title
/>
Provides a hyperlinked title to an article as returned by the search function.
<txp:
search_result_url
/>
Provides a hyperlinked URL to an article as returned by the search function.
<txp:
search_term
/>
Returns the expression the user searched for through the full text search form.
<txp:
txp_die
/>
Terminates normal page rendition and returns the given status to the user agent.
<txp:
variable
/>
Sets or returns a user-defined global variable.
Previous
1
2