You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tags/newer.md
+9-10
Original file line number
Diff line number
Diff line change
@@ -21,13 +21,11 @@ tags:
21
21
<txp:newer />
22
22
~~~
23
23
24
-
The **newer** tag is both a *single* tag and a *container* tag. The tag should be used in a page after an article tag.
24
+
The **newer** tag is both a *single* tag and a *container* tag. Textpattern will replace this tag with a link to the next list of articles in the sort order. As a single tag it outputs the URL for the next list page. If used as a container, it will wrap the text or tag assigned to the link.
25
25
26
-
Textpattern will replace this tag with a link to the next list of articles in the sort order. The container tags wrap the text or tag assigned to the link. As a single tag it outputs the URL for the next list page.
26
+
An article list consists of the assigned number of articles set by the [article tag](/tags/article). If there are no articles available having 'Newer' status (articles ranked higher, or later, in the present sort criteria than the article shown at the top of the present list) `<txp:newer />` will not display unless the `showalways` attribute is set. It is normally used in tandem with [older](/tags/older) or [pages](/tags/pages).
27
27
28
-
An article list consists of the assigned number of articles set by the article tag. If there are no articles available having 'Newer' status (articles ranked higher, or newer, in the present sort criteria than the present top of page article) `<txp:newer />` will not display unless the `showalways` attribute is set to `1`. It is normally seen used in tandem with [older](/tags/older).
29
-
30
-
Given a `<txp:article limit="5" />` tag on the page in question, `<txp:newer />` will page down five articles at a time from the most oldest post forward in time to the most recently posted article.
28
+
Given a `<txp:article limit="5" />` tag on the page in question, `<txp:newer />` will page up five articles at a time from the oldest post forward in time to the most recently posted article.
31
29
32
30
Note: This tag is context-sensitive, meaning it will only fetch content from the section or category being viewed.
33
31
{: .alert-block .information}
@@ -36,11 +34,6 @@ Note: This tag is context-sensitive, meaning it will only fetch content from the
36
34
37
35
Tag will accept the following attributes (**case-sensitive**) as well as the {% include atts-global-link.html %}:
Copy file name to clipboardExpand all lines: tags/older.md
+8-9
Original file line number
Diff line number
Diff line change
@@ -21,11 +21,9 @@ tags:
21
21
<txp:older />
22
22
~~~
23
23
24
-
The **older** tag is both a *single* tag and a *container* tag. The tag should be used in a page after an article tag.
24
+
The **older** tag is both a *single* tag and a *container* tag. Textpattern will replace this tag with a link to the previous list of articles in the sort order. As a single tag it outputs the URL for the previous list page. If used as a container, it will wrap the text or tag assigned to the link
25
25
26
-
Textpattern will replace this tag with a link to the previous list of articles in the sort order. The container tags wrap the text or tag assigned to the link. As a single tag it outputs the URL for the previous list page.
27
-
28
-
An article list consists of the assigned number of articles set by the article tag. If there are no articles available having 'Older' status (articles ranked lower, or later, in the present sort criteria than the present bottom of page article) `<txp:older />` will not display unless the `showalways` attribute is set to `1`. It is normally seen used in tandem with [newer](/tags/newer).
26
+
An article list consists of the assigned number of articles set by the [article tag](/tags/article). If there are no articles available having 'Older' status (articles ranked lower, or earlier, in the present sort criteria than the article shown at the bottom of the present list) `<txp:older />` will not display unless the `showalways` attribute is set. It is normally used in tandem with [newer](/tags/newer) or [pages](/tags/pages).
29
27
30
28
Given a `<txp:article limit="5" />` tag on the page in question, `<txp:older />` will page down five articles at a time from the most recent post back in time to the oldest.
31
29
@@ -36,11 +34,6 @@ Note: This tag is context-sensitive, meaning it will only fetch content from the
36
34
37
35
Tag will accept the following attributes (**case-sensitive**) as well as the {% include atts-global-link.html %}:
0 commit comments