• I’am the admin on a site but when i log in and try to add a new post. I do not have any of the options that an admin has. I have no where to add a new post or anything. Any help would be greatly appreciated.

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 jperez6414

    (@jperez6414)

    I’am new to code but trying to learn where do i find wp_usermeta table at? Probably a silly question but new to this and wanting to learn.

    It is a table in your database.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Making a new post’ is closed to new replies.