WordPress Widgets link missing in the admin
If your WordPress admin is missing the “Widgets” link in the admin, add the following code to the functions.php file in your WordPress theme folder.
if (function_exists("register_sidebar")) { register_sidebar(); }