• Hello, I build an HTML website and converted it to a WordPress theme. My only problem is that once I activate it the ‘Menus’ and ‘Widgets’ links aren’t showing up under ‘Appearance’ in the dashboard.

    Do I need to reference these somewhere?

Viewing 1 replies (of 1 total)
  • Thread Starter westerncj

    (@westerncj)

    Nevermind I fixed it. I had to add it into my functions.php file.

    add_theme_support( 'menus' );

Viewing 1 replies (of 1 total)
  • The topic ‘WordPress Dashboard – Missing menus and widgets’ is closed to new replies.