Forums
(@stavrosken)
10 years, 2 months ago
No need to create new user. You can still change the value from DB without switching users. The value is stored in wp_usermeta table.
So find the entry in the database SELECT * FROM wp_usermeta WHERE meta_value=”500″ and change it.
10 years, 3 months ago
You are right! Probably I had in mind my beloved CSS syntax. Thanks!