Manage Link – Description Limitations
-
Problem: Description field limit up to 255 varchar (according to MySQL) in Link Blogroll.
I enter the one long sentence in description textbox field, as I submit to save the data, and the long sentence display only up to 255 characters, and crop out after 256th character.
Solution: In MySQL database, have wp_links > link_description field to double the number of length/values for varchar; and have this WP content management user front-end to aware that should have validation of limit number of varchar length/values.
The topic ‘Manage Link – Description Limitations’ is closed to new replies.