• Hey guys, i am using the latest wp version and what i did was to create a new usr on my wp, assign him as admin and then i deleted the regular admin user.
    I dont know if this has to do with it but since then when i go to appearance i cant see the “editor” option to edit my theme.
    How can i fix this so i can have access to my theme stylesheet and the rest of the functions?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Using Phpmyadmin (or another MySQL management tool), first backup your database. Then navigate to your wp_usermeta table and locate the meta_key called “wp_capabilities” for your user_id. Change the meta-value for this record to:

    a:1:{s:13:"administrator";s:1:"1";}

    Thread Starter kikibomb

    (@kikibomb)

    Sorry but i got lost when trying to do this.
    Any other solution to this problem?

    Sorry – no.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Theme editor is not showing up’ is closed to new replies.