1. Call Column Name: <?=$class_r[栏目ID]['classname']?>
Example:<?=$class_r[1]['classname']?>
Note: In this case, the name of the column with ID 1 will be displayed as expected.
2. Invoke section link: <?=$class_r[栏目ID]['classpath']?>
Description:
Since the backend does not contain the "</>" character when the method is called, you can write it as follows:[!--news.url--]<?=$class_r[1]['classpath']?>/ "
As a result, the backend will now correctly display a slash.
3. Invoke the column alias with a specified ID: <?=$class_r[栏目ID]['bname']?>
Note:
1. This code does not need to be placed within the `e:loop` tag; simply insert it into the corresponding position in the template.
2. The Devin test revealed that placing the above code inside the `e:loop` block also works correctly.