Task 67 : WordPress Theme Development – WP Spartans 300
By : Farooq Shah
Publish Date : March 14, 2019

WordPress Theme Development in 2019 under #WPSpartans300 Mission. Absolutely Free training step by step. Let’s learn Modern Coding Standards.

This is Task 67 and 10th class of WP Theming Phase and we’re getting started with Core Concepts of WordPress Themes and Templates from scratch. Through out this training, we’ll explore WP Codex step by step. We’ll create a custom theme from ground up.

In this task, we started our journey to be Top WordPress Developers in 2019. My aim is to help, guide and motivate young freelancers so that they could start earning via job market places such as Fiverr and Upwork.

We have covered HTML, CSS, JS, jQuery and PHP Basics. By the end of this training, all Spartans will be in a position to upload their themes not only to WordPress Repo but also to Theme-forest, Creative Market, Mojo Themes and Template Monster etc site.

We’ll follow PHP , HTML, CSS and WordPress standards laid down by the official and core team of WP.

In this 10th class of absolutely free WordPress Training, we did two things:

1) First, we installed a plugin to reset WordPress to its default position (It means that all pages, posts, media and comments will be deleted. So, be careful while using this plugin). It was a question asked by one of my Spartans.)

2) Once the theme was reset, we started making our theme Gutenberg Ready. For that , we added the following snippets in functions.php file:

/Enable Block Styles
add_theme_support( ‘wp-block-styles’ );
//Custom Editor Specific Styling

add_theme_support( ‘editor-styles’ );

We also created an array to add custom color palette.

We also explored Block Editor WordPress Hook and added Google Fonts for Block Editor as under:

function spartans_block_editor_google_fonts(){
wp_enqueue_style( ‘spartans_block_editor_google_fonts’, ‘https://fonts.google.com/font name params etc’ );
}
add_action( ‘enqueue_block_editor_assets’, ‘spartans_block_editor_google_fonts’ );

#WPSpartans300 is a mission. When I launched this training session, a great number of young freelancers from Pakistan, India and Bangladesh started taking interest. WOW.

Therefore, I put all my energy to make this journey wonderful and full of success. So far, we have covered HTML Fundamental Training, CSS Basics, JS Concepts , jQuery Crash Course, Bootstrap, Speed and Optimization, SEO 2019 Complete Guide and now here comes WordPress, Spartan.

Let me tell you that without passion and commitment, you won’t be able to be a Rockstar WordPress Developer. It does take a lot of hard work ; however, the end result is awesome.

I will guide you step by step so that you could get results from your WordPress Training Mission. Get ready to excel as a professional developer. It’d be fun and exciting adventure.

300 Spartans will learn to unlock WP Codex. APIs will be the ultimate goal. From PSD to WordPress Conversion to WordPress Based Mobile Apps, Spartans will conquer their fears. 300 Lucky WordPress Developers will enjoy lucrative benefits of successful online projects.

My name is Farooq, and I’m a top rated Upwork Freelancer. I’m offering services to international clients as ‘WordPress and Graphic Design Pro’.