When we publish an article, the system will automatically truncate the title if it is too long, DedeCms The system's default limit for the number of characters in article titles is 60, that is, 30 Chinese characters. What if it is not enough?

It's very simple. It only takes two steps to solve the limit of the number of words in the title of dream weaving DedeCms article:

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!

Post reply

Can't comment until