Commit 72733c3 1 parent c860dc8 commit 72733c3 Copy full SHA for 72733c3
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,21 +28,21 @@ Here is an example of using each :
28
28
29
29
__ Use the keyword_category loop (list of categories related to the "my_keyword" keyword)__
30
30
``` html
31
- {loop name="categories" type="keyword_category" keyword="my_keyword" order ="manual_reverse"}
31
+ {loop name="categories" type="keyword_category" keyword="my_keyword" association_order ="manual_reverse"}
32
32
...
33
33
{/loop}
34
34
```
35
35
36
36
__ Use the keyword_product loop (list of products related to the "my_keyword" keyword)__
37
37
``` html
38
- {loop name="products" type="keyword_product" keyword="my_keyword" order ="manual_reverse"}
38
+ {loop name="products" type="keyword_product" keyword="my_keyword" association_order ="manual_reverse"}
39
39
...
40
40
{/loop}
41
41
```
42
42
43
43
__ Use the keyword_content loop (list of contents related to the "my_keyword" keyword)__
44
44
``` html
45
- {loop name="contents" type="keyword_content" keyword="my_keyword" folder="1" order ="manual_reverse"}
45
+ {loop name="contents" type="keyword_content" keyword="my_keyword" folder="1" association_order ="manual_reverse"}
46
46
...
47
47
{/loop}
48
48
```
You can’t perform that action at this time.
0 commit comments