dedecms The default limit for the number of words in the title of an article is 60, that is, 30 Chinese characters. If the number of words in the title exceeds the limit, it will not be displayed. The following two steps are needed to solve this problem.

1. Select in the background

System ->Other options ->Maximum length of document title After changing this parameter, you need to modify the data table manually

Change to the maximum length of the title to be set. The default is 60, and generally change to 90

2. Run in the background in the system SQL command line tool

alter table dede_archives change title title varchar(90)

The varchar (90) can be modified to the maximum title length filled in your system settings

Click OK, and 1 SQL statement is executed successfully! OK.

Post reply

Can't comment until