typo3 typoscript: list link to dynamic category pages

raw

code.ts

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
    20 = CONTENT
    20 {
        table = sys_category
        select {
            pidInList = {$pids.categoriesFolder}
        }
        renderObj = COA
        renderObj {
            10 = TEXT
            10 {
                typolink {
                    parameter.field = uid
                    parameter.wrap = t3://page?uid={$pids.category}&category=|
                    returnLast = url
                }
                wrap = <loc>|</loc>
            }
            wrap = <url>|</url>
        }
    }
 
Christian Weiske Christian Weiske
owner

History