Other Tags
-
Templare Tag: Item Prev/Next Links
Links to previous and next post in single post mode. Example <source lang="php"> <?php item_prevnext_links( array( ‘block_start’ => ‘<table class="prevnext_post"><tr>’,…More » -
Template Tag: Collection Short Name
This tag displays the short name of the current Collection.More » -
Template Tag: Comment Author
This tag displays the author of the current Comment. The tag can display not only the author’s name but also their avatar.More » -
Template Tag: Comment Content
This tag displays the content of the current Comment.More » -
Template Tag: Comment Creation Time
This tag displays the creation date/time of the Comment.More » -
Template Tag: Comment Excerpt
This template tag displays an (automatic) excerpt of the current Comment.More » -
Template Tag: Comment Permanent Link
This template tag displays a permanent link to the current Comment.More » -
Template Tag: Credits
Display credits. You can limit (and even disable) the number of links being displayed by its tag though the Admin interface: ‘Blog Settings > Advanced > Software credits’ Example <source lang="php"> // Display add…More » -
Template Tag: Echo Param value
This will display the value of the desired param. This can display the value of any param that the Skin and/or calling Widget and/or calling Short Tag (like ) may have passed to the current template. This can be used, for example, to inject CSS class…More » -
Template Tag: File Description
This template tag displays the description of the current File.More » -
Template Tag: File Filesize
This template tag displays the filesize of the current File, formatted to most relevant unit (kB, MB, GB, etc.).More » -
Template Tag: File Icon
This template tag displays the icon of the current File depending on its File Type.More » -
Template Tag: File Link
This template tag displays a link to the current File.More » -
Template Tag: File Type
This template tag displays the Filetype of the current File as a descriptive localized string.More » -
Template Tag: File URL
This template tag displays the absolute URL of the current File.More » -
Template Tag: Form Country
Displays an input field for selecting a country.More » -
Template Tag: Form Email
Displays an email input field.More » -
Template Tag: Form First Name
Displays an input field for the first name.More » -
Template Tag: Form Gender
Displays a radio input for selecting the gender of the user.More » -
Template Tag: Form Last Name
Displays an input field for the last name.More » -
Template Tag: Form Locale
Displays a select list field for selecting a locale.More » -
Template Tag: Form Login
Displays an input field for user login.More » -
Template Tag: Form Password
Displays password + password confirmation input fields.More » -
Template Tag: Form Search Author
This tag displays an input field used to search for content items based on its author.More » -
Template Tag: Form Search Content Age
This tag displays an input field used to search for content items based on the age of its contents.More » -
Template Tag: Form Search Content Type
This tag displays an input field used to search for content items based on the content type.More » -
Template Tag: Form Search Input
This tag displays an input field used to search for content items.More » -
Template Tag: Form Submit
Displays a submit button for the form.More » -
Template Tag: Item Tag Name
This template tag displays the name of the current Item Tag.More » -
Template Tag: Item Tag Permanent Link
This tag displays a permanent link to the Item Tag page (list of post that match that tag).More » -
Template Tag: Link Disp
This template tag displays a link to a specific disp.More » -
Template Tag: Locale Charset
This template tag returns or displays the charset of the current locale. Example <source lang="php"> locale_charset( $disp = true ); </source> Parameters <table border="1"> <tr> <th>Name</…More » -
Template Tag: Locale Lang
This template tag returns or displays the current language. Example <source lang="php"> locale_lang( $disp = true ); </source> Parameters <table border="1"> <tr> <th>Name</th> <th…More » -
Template Tag: Locale Restore Previous
Restore the locale in use before the switch (See [[tag_item_locale_temp_switch|$Item->locale_temp_switch();]]). This tag returns true on success, false on failure (no locale stored before). Example <source lang="php"> locale_rest…More » -
Template Tag: Mainlist Page Links
Displays links to list pages. <source lang="php"> $MainList->page_links( array( ‘block_start’ => ‘ ‘, ‘block_end’ => ‘ ‘, ‘block_single’ => …More » -
Template Tag: Messages
Display messages collected during single request execution. It can be ‘error’, ‘warning’ messages, and also ’success’ ones. Example <source lang="php"> <?php messages( array( ‘be…More » -
Template Tag: Plugin
This renders a widget provided by the specified plugin through its SkinTag() function. The plugin is identified by its plugin_code.More »