Go to main content

File download category

Contents

Syntax

<txp:file_download_category />

The file_download_category tag is a single tag that Textpattern will replace with the category of the file to download. Should be used in Textpattern ‘file’ type Form templates.

Attributes

Tag will accept the following attributes (case-sensitive) as well as the global attributes :

title="boolean"
Whether to display the category name or its title.
Values: 0 (name), or 1 (title).
Default: 0.

Common presentational attributes

These attributes, which affect presentation, are shared by many tags. Note that default values can vary among tags.

class="class name"
HTML class to apply to the wraptag attribute value.
Default: unset (see class cross-reference).
wraptag="element"
HTML tag to wrap around category text, specified without brackets (e.g. wraptag="p").
Default: unset.

Examples

Example 1: Display a file category name

<p>
    File category:
    <txp:file_download_category />
</p>

If you notice any kind of problem with this page's construction or content (outdated information, typos, broken links, or whatever), open an issue to have it sorted. Or have a go at it yourself. :)