• Hello !

    I’d have to change few things on a blog. I have password as editor, but not as administration.

    How to obtain admin privileges ?

    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello! Me again. 🙂

    This is pretty complex stuff, so ideally, you really need whoever is currently site admin to make the necessary changes for you via the WordPress admin area. If that’s not possible, then 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 ambidextre75

    (@ambidextre75)

    Hello !

    I succeeded in changing my statut in admin. I’m the only one user in the backoffice as admin. But I haven’t the right to upload, to ad pages…
    How can I change the theme ? How can I upload plugins ?

    Thank you for your helps.

    Sandrine

    Do you still not have an Appearance item in your admin menu?

    Thread Starter ambidextre75

    (@ambidextre75)

    Hello !

    Yes, there is appearance. But not button : appearance > themes > np way to upload a new themes.

    🙁

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

The topic ‘Admin privileges’ is closed to new replies.