Skip to content

Commit 8d0410b

Browse files
committed
Revert "Delete tag-basics index"
This reverts commit d14b42a.
1 parent 42c55cc commit 8d0410b

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

tags/tag-basics/index.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
layout: landing
3+
category: Tags and attributes
4+
published: true
5+
title: Learning Textpattern tags
6+
description: Textpattern tags are shorthand method for calling functions defined inside Textpattern core. Modelled after standard HTML tag syntax, Textpattern’s native tags are easy to learn and work interchangeably with HTML.
7+
---
8+
9+
# Learning Textpattern tags
10+
11+
Textpattern tags are an indispensible feature of Textpattern. They provide a markup-like approach to working with Textpattern's core functionality without having to know any PHP. The functions themselves represent content components, their sources, and a means of displaying them.
12+
13+
The tags may be added to [Page templates](/themes/page-templates-explained) and/or [Form templates](/themes/form-templates-explained) in a variety of ways depending on what you are trying to do. The tags are replaced with the content output they fetch, as users move from one page to another in your site.
14+
15+
Below are a series of tag fundamentals, which will get you up and running with Textpattern tags. To learn precise details about the tags themselves, see the [Tags Reference](/tags/).
16+
17+
## Tag basics topics
18+
19+
1. [Self-closed versus container tags](/tags/tag-basics/self-closed-versus-container-tags)
20+
2. [Conditional tags](/tags/tag-basics/conditional-tags)
21+
3. [Tag nesting](/tags/tag-basics/tag-nesting)
22+
4. [Parsing tag attributes](/tags/tag-basics/parsing-tag-attributes)
23+
5. [Parser and passes](/tags/tag-basics/parser-and-passes)
24+
6. [Incorrect tag contexts](/tags/tag-basics/incorrect-tag-contexts)
25+
7. [Integrated tag notation](/tags/tag-basics/integrated-tag-notation)
26+
8. [Tag escaping](/tags/tag-basics/tag-escaping)
27+
9. [Core short-tags](/tags/tag-basics/core-short-tags)

0 commit comments

Comments
 (0)