I recommend the Theme Handbook of the official page, try creating a Theme using all of the features that are there, each one comes with example code, try copy pasting and adapting it to your theme.
The same with the Plugin Handbook try creating a plugin, reading the blog is good too, specially the development category, you can see how WordPress evolved and what new features and changes occurred.
Like in the post you mentioned the codex and the actual code are still a resource, i would add to it the developer search, which is great to search for function, classess, methods, hooks etc.
Related Posts:
- Organizing Code in your WordPress Theme's functions.php File?
- Admin Page Redirect
- Disable dragging of meta boxes?
- How to remove screen options and help links in the admin area?
- Sort admin menu items
- Custom column for changing post status via ajax
- Make fonts.com font work in TinyMCE (iframe referrer issue)
- How to remove items from +New admin menu?
- Make sub menu items a main link in the admin menu using fuctions.php
- Add column to pages table
- Admin account only shows Profile and Dashboard with no activity
- Can initial focus be set to search field in WordPress Media Library?
- wp-admin – save options without refreshing?
- How do you modify CSS files via admin panel?
- How to prevent parent admin page from appearring as a child admin page
- Change WP-Login or WP-Admin
- SSL Partially breaking admin panel and elementor
- What is the practical difference between is_admin() and is_blog_admin()?
- How do I set the homepage to the WordPress Admin Dashboard login?
- Create a admin page in wordpress without admin menus (“wordpress sidebars”)
- How to hide wordpress default description box?
- I want to disable login of admin (/wp-admin) with email and make it accessible only with username
- Allow administrators to pick post author on custom post type edit screen
- How to make the front-end RTL without changing the admin panel language?
- Add column to pages table
- What are the requirements to make the admin toolbar show up on the front end
- Remove bulk option row
- How to replace “Password Protected” text with icon in Admin
- Hooks: admin_footer and admin_print_footer_scripts not working?
- Can’t access wp-admin, redirects to http://%24domain/wp-admin/
- What is the correct way to get only display plugin for Administrator Only
- Admin top level menu, pointing to an external url
- Browse Happy in 3.2
- How to break line / add to ADMIN menu
- External HTTP API calls slowing down WordPress admin [closed]
- Outputting something based on the presence of post variable in admin screens
- Creating custom admin panel pages without making a plugin?
- Dashboard : remove Safari navigator message
- Uncaught SyntaxError: Unexpected Token Illegal
- Newly created user role not displaying on users screen
- WordPress Admin extremely slow when other admin logged in
- WordPress Admin Panel Left Sidebar No showing on Post create page
- Accessing wordpress tool in local MAMP Site
- How to remove Google fonts from wp-admin (Roboto) added by core
- Trying to login to my site redirects me to the first page
- Admin Login Checks
- Failed to load resource: the server responded with a status of 431 ()
- When installing wordpress through WP CLI mysite.com/admin not working
- Trying to list user and post information from (wp_includes/post.php ) causes Fatal error
- Localhost install: Administrator lost administrator access; cannot access Dashboard
- Admin Login page not working at all
- Is it possible to tell if a user is logged into WordPress from looking at the cookies which are set?
- Why when I click on a link into the WP admin panel I am redirected to a link that doesn’t contains wp-admin prefix, so I obtain 404 error
- Override WordPress Core File?
- How to make the Panel // WP-Admin lighter via Mobile
- How to check if a user is in a specific role?
- Can’t change language (only “English (United States)”)
- Create WP tutorial for users with admin pointer using next button for navigation
- Securing Admin Accounts – Username Discovery
- Taxonomy dropdown metabox in the back-end
- How to redirect/rewrite all /wp-login requests
- How can I enable Google Analytics on a file download link?
- White screen of death only in wp-admin
- Is it OK to move admin menu items?
- Change the link of ‘Howdy’ at the top right
- wp-admin remove the subfolder URL
- using slug instead of ID in admin edit post url
- Reorder custom submenu item
- Load Balanced WP with single server admin access
- WordPress admin not changing language
- How get Themes list via REST api?
- js Conflict in admin panel – I guess it’s from the core WP installation
- Why is there an intermediate redirect to https://public-url.org/wp-admin?
- Create a fullwidth dashboard widget
- Website looks fine, but login to wp-admin yields a blank screen
- In editor-style.css how can I change background color of title field?
- /wp-admin/ 500 error
- display dynamic WP Site logo on wp-admin using CSS
- Editors change a permalink on an unpublished post, but only admins change a permalink on a post that has ever been published?
- can not access wp-admin after migrating to openshift
- wp-admin url doesn’t allow to login and redirects to same page
- Where can I find admin-header.php file online?
- class-wp-hook.php on line 288
- Is it possible to create two different wp-admins for a wp website
- Customizing Users in Admin Area
- blocking the admin section (but still using admin-ajax.php)
- WP Admin messed up
- Cannot change Connection Information in admin interface
- WordPress blog clone.. wp-admin issue
- How to take the help button and link off the dashboard
- How do I fix wp-admin error when exporting reusable blocks?
- wp-config.php not affecting my site
- How to prevent spams from admin-ajax.php file?
- Strange wp-admin problem for all users/adminstrators except the original one?
- adding existing menu page on new customer user role
- Get URL of current featured image with JS in edit post view
- wordpress login loop after install
- WordPress Admin: open popup window on a custom button
- WordPress blog fails to open
- Can I get the role of the currentUser in modern WordPress React?