We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06382ff commit df8baa0Copy full SHA for df8baa0
1 file changed
dist/four-point-eight/forms/article/default.txp
@@ -70,16 +70,9 @@
70
<txp:text item="categories" />
71
</strong>
72
<span itemprop="keywords">
73
- <txp:if_article_category number="1">
74
- <txp:if_article_category number="2">
75
- <txp:category1 title link />,
76
- <txp:category2 title link />
77
- <txp:else />
78
- <txp:category1 title link />
79
- </txp:if_article_category>
80
81
82
+ <txp:category_list categories='<txp:category1 />,<txp:category2 />' children="0" break=", " trim>
+ <txp:category title link />
+ </txp:category_list>
83
</span>
84
</txp:if_article_category>
85
</p>
0 commit comments