When we use dedecms, we will find that when we open the list page and article page of the column, no matter what tags we use, we cannot obtain the title information of the current column. The reason is that the information read by these two pages mainly comes from the dede_archives table and its additional tables of dedecms. It only distinguishes different columns by passing the id number of the column. Therefore, we cannot directly obtain the column name through methods like {dede:field name=’typename’/}. However, we can still obtain the column name through program transformation, using the unique id number of the column. The following is the implementation method:
2008-03-03