Toggle navigation
TXP Tags
article
asset
comment
conditional
navigation
structural
system
<txp:
article_image
/>
Returns an <img src="..." /> HTML tag using the Article image field when the article was posted.
<txp:
file_download
/>
Produces a file download form.
<txp:
file_download_author
/>
Returns the author's name associated with the current download.
<txp:
file_download_category
/>
Returns the category of the file to download.
<txp:
file_download_created
/>
Returns the upload date of the file to download.
<txp:
file_download_description
/>
Returns the description of the file to download.
<txp:
file_download_downloads
/>
Returns the number of times the current file has been downloaded.
<txp:
file_download_id
/>
Returns the internal ID number of the file to be downloaded.
<txp:
file_download_link
/>
Produces a link to a download-able file.
<txp:
file_download_list
/>
Produces a list of download links according to the given attributes.
<txp:
file_download_modified
/>
Returns the last modified date of the file to download.
<txp:
file_download_name
/>
Returns the name of the file to download.
1
2
3
Next