❗The content presented here is sourced directly from Udemy platform. For comprehensive course details, including enrollment information, simply click on the 'Go to class' link on our website.
Updated in [July 17th, 2023]
This course, Become a Pro Wordpress Custom Theme Developer, is designed to teach students how to convert any static HTML, CSS template into a fully functional Custom Wordpress Theme. The course is hands-on and will cover topics such as installing the software Xampp and VSCode, downloading the Wordpress engine, setting up Wordpress config and database, taking a closer look at Wordpress, downloading the static HTML template, creating all the theme files, adjusting the static HTML template to fit the theme layout, setting up theme information and theme preview image, copying main.css to style.css of the theme, enqueueing style files and including header and footer to front-page, enqueueing all the JavaScript files, fixing the console error for missing JavaScript files, adding multiple theme support capability to the custom theme, adding body_class function to the header file, making the site title website link and description dynamic, displaying the website logo uploaded via the dashboard, making the navigation menu items dynamic, styling the menu and submenu, removing unwanted sections from the footer, registering the main sidebar in the functions.php file, registering three footer widgets in the functions.php file, calling footer widgets and passing dynamic content from the dashboard, fetching posts from the Wordpress dashboard via WP_Query, creating posts from the dashboard, displaying post information for each post, creating custom post type, looping over custom post type on the front page, and displaying portfolio information for each portfolio and doing wp-reset-postdata.
Course Syllabus
Introduction and Installation
Wordpress CMS Deep Dive and Exploring static template
Working on Wordpress Theme Files and Theme layout
Working on customizing the custom theme
Working with Post and Custom Post Type
Custom Field, Custom Taxonomy, Making Hero and Services section dynamic
Single post, Archive, Search, Page, Custom Page layout, Starter them template
Starter theme templates