39 of the best JavaScript libraries and frameworks to try in 2020
WordPress Tips and Tricks
Gutenberg & Custom Blocks
WordPress Cheat Sheet
Basic Template Files
| File Name | Description |
|---|---|
style.css | style sheet file |
index.php | home page file |
header.php | header content file |
single.php | single post page file |
archive.php | archive/category file |
searchform.php | search form file |
search.php | search content file |
404.php | error page file |
comments.php | comments template file |
footer.php | footer content file |
sidebar.php | sidebar content file |
page.php | single page file |
front-page.php | latest posts or static page |
tag.php | display tags in archive format |
category.php | display categories in archive format |
WordPress Theme Customizer
WordPress Theme Development
Create Custom Meta Boxes & Custom Fields in WordPress
Deploy hybrid Azure AD-joined devices by using Intune and Windows Autopilot
add_submenu_page()
Syntax
add_submenu_page( $parent_slug, $page_title, $menu_title, $capability, $menu_slug, $function )
Continue reading “add_submenu_page()”