Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 443 Bytes

File metadata and controls

36 lines (22 loc) · 443 Bytes

<tag>

Node > Term > Tag

Alias of Tag for inserting Tag terms into the target WordPress context.

For example, writing:

<tag>Example</tag>

Is the same as writing:

<term taxonomy='post_tag' >Example</term>

Attributes

taxonomy : 'post_tag'

Examples

Basic Usage:

<post>

    <title>Hello, World</title>

    <tag>Tag A</tag>
    <tag>Tag B</tag>

</post>