• Resolved individuelgrace

    (@individuelgrace)


    No matter how i try to find word press ‘setting’ (reading, writing etc.) menu, i can’t find it.
    I don’t know since when there is no setting menus on the side bar of word press.

    what should I do?
    Pls help me to find.
    Thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • Your account lacks permission to manage WP settings, that’s why you are not getting the Settings page. Or the admin dashboard is modified to hide menu items, in this case you should be able to access settings by visiting /wp-admin/options-general.php.

    add the following code to your functions.php

    add_theme_support( 'menus' );

    if you can’t find functions.php then goto your wp-content/theme_name and you will find it there.

    Thread Starter individuelgrace

    (@individuelgrace)

    Thank you sooo much! ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘‘setting’ menu doesn’t show up’ is closed to new replies.