when show/edit an image/file, on the right side of the image/file, there are some text info-- File name, File Type, Upload date, Demention... How to modify those text?
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
|
Add this to functions.php file.
This will ONLY add info, cause you did not said you want user be able to edit it. So you have to edit this code to asign values. Also there is no easy way of putting these labels in top. So don't ask me how, it just did not possible to do without editing WP code or adding javascript to change possitions of elements, but this also is not very wise. |
|||||
|