Udemy - The Complete WordPress Theme Development Course
Udemy - The Complete WordPress Theme Development Course

Have you ever wanted to learn how to customize a WordPress theme or plugin so that it looks and works exactly the way you want it to? Most times our ability to build a WordPress website depends heavily on what options are available to us by the theme and plugins we use. This course aims to break through this barrier by teaching you how to build your very own WordPress functions and templates. 


Description

Quick Summary of What You Will LearnIn this course, you will learn

  • How WordPress works behind the scenes to display content on your website

  • How to build your own custom page templates

  • How to write WordPress functions

  • How to work with custom post types and advanced custom fields

  • How to work with WordPress templatetags

  • How to create and display your very own custom sidebars

  • and so much more .....

Reviews from Students ...

"Fantastic course. Covers a wide range of subjects related to WordPress development - and in greater depth than I was expecting to be honest. Alex doesn't try to impress you with what he knows (like many instructors do), but just gives clear, concise information which follows a logical structure - with plenty of real-world coding examples which are easy to follow along with. At no point was I left wondering what he was talking about, or how we got there (another common problem). He also responds remarkably quickly to questions. Really enjoyable. " -- Paul Brant

Alex is the guy. 1 - Always answer your questions. 2 - If you're novice (the kind of novice that only knows how to install wordpress), he takes you by the hand during the videos. VERY VERY WELL EXPLAINED. 3 - Even if you have experience building wordpress themes from scratch, im sure you'll have some quite good insight about WP structure. 4 - That's obvious, but lots of content you see here you can find on internet, but Alex makes easier and faster to understand... So... Worth every penny :) -- Guilherme Soares

The WordPress Loop

The WordPress loop is the single most crucial and importantfunction of WordPress and in this course, you will learn exactly how it works and how you can modify the loop to customize how your post and page content are displayed.

"Great course, perfect after a little playing with WP on your own and some PHP knowledge. Although you could probably pick up the PHP as you go. I like Alex's instruction style, it feels like he is invested in your success. The exercises are easy to follow, seem to be clearly explained. I haven't found anything like this for free, it's all set out for you so you don't have to hash through multiple resources to level up. The course is really helping me to understand the inner workings of WP and with a little prior experience I am building a theme for a hostel for free then I'm sure I am ready for my first paid job." -- Trevor Joel

We are going to use a starter theme (underscores) to build a complete WordPress blog about movies.

The first section will introduce you to the core template files that you will find in every WordPress theme and also the WordPress template hierarchy which determines what template file displays content.

We will then move on to learn about WordPress template tags and the almighty WordPress loop which is responsible for displaying the content of your post types. We will then learn how to create custom image sizes so that you will have total control on how media files are displayed on your website. We will round up section 4 by learning how to customize the WordPress query and post excerpts.

We will cover custom post types and advanced custom fields in the next section which are crucial to your arsenal as a WordPress developer. You will then learn how to create your very own custom template files so you can determine how content is displayed on your website.

Custom sidebars and how to create and display them comes next. We will progress to start building our custom home page template and also learn how to properly load custom style sheets.

You will then learn about taxonomy templates and conditional tags before we take a look at global variables and how to work outside the WordPress loop.

Iwill then proceed to show you how to write your very own custom WordPress functions. We will write the following

  • Afunction to display the current time

  • A function to add Google Analytics

  • A function to add a custom gravatar

  • A function to add profile authors

  • A function to hide the WordPress version

We will then conclude this course by taking a look at the WordPress installation directory and database management.

Bonus Section

You will be given the opportunity to test your new found skills by applying them onto a real world project. You are going to build a food menu for a restaurant with advanced custom fields and post types. You will also display this menu by customizing the WordPress loop and page templates.

Icannot wait for you to enroll in this true WordPress development course.

Ihope to see you on the inside.

Alex.

Who this course is for:
  • Students with a foundational knowledge of WordPress
  • Web developers who want to learn how to customize WordPress

Course content

  • Introduction
    • FAQs - PLEASE READ
    • Requirements to take this Course
    • Connect with Me
    • How to Create an FTP Account
    • Working with Notepad ++
    • How to Use Filezilla (From my YouTube Channel)
    • Udemy Rating System - Very Important !!!
    • The WordPress Codex
    • The WP-Content Folder
    • Creating our Custom Theme
  • SPECIAL OFFER - 1 month FREE Hosting
    • Siteground Web Hosting
    • Try Siteground Hosting
    • VERY IMPORTANT PLEASE READ
    • How to Create a Temporary Domain and Install WordPress
    • How to Create a Sub Domain
    • How to Add SSL
    • How to Create a Web Mail Account
    • How to Navigate the Old C Panel of Siteground
  • WordPress Theme Templates
    • Introduction to WordPress Template Files
    • The Style.css template file
    • The index.php file
    • The header.php file
    • The footer.php file
    • The sidebar.php file
    • The functions.php file
    • Other Template Files
    • The Template Hierarchy
    • The Template Hierarchy in Action
    • Section Quiz
    • Lab 1 - Setting Up Our Website (CSS Formatting & Structure)
    • Lab 2 - Setting Up Our Website (Adding Content)
  • Template Tags and the WordPress Loop
    • Section Intro
    • Lab 3 - Creating a Sample Page Template
    • Introduction to Template Tags
    • Template Tags in Action
    • Introduction to the WordPress Loop
    • Analyzing the WordPress Loop
    • Creating a Blog Page Template
    • Exercise - Blog Page Sample
    • Section Quiz
    • Section Review
  • Miscellaneous
    • Section Preview
    • Lab 4 - Content Population
    • Using the Permalink Function
    • Custom Image Sizes & Cropping
    • How to Create a Custom Image Size
    • Hard Crop Positions
    • Customizing the Read More Link
    • Customizing the Excerpt
    • Customizing the WordPress Loop - WP Query
    • Customizing the WordPress Loop 2
    • Exercise: WP Query
    • Designing Our Blog - CSS
    • The single.php Template File
    • Section Quiz
    • Section Review
  • Custom Post Types and Advanced Custom Fields
    • Plan for the Home Page Layout
    • Creating Custom Post Types with the Custom Post Type Plugin
    • Creating Custom Taxonomies
    • Creating Custom Fields with the Advanced Custom Fields Plugin
    • Exercise - CPTs and ACFs
    • Adding Our Custom Content
    • Creating Custom Page Template 1
    • Creating Custom Page Template 2
    • Exercise - Custom Page Template
    • Exercise Review
    • Creating Our Movie Reviews Single Custom Post Type Page
    • Creating Our Actors Single Custom Post Type Page
  • Sidebars & Building the HomePage
    • Section Preview
    • How to Create a Custom Sidebar
    • The dynamic_sidebar Function
    • The get_sidebar Function
    • Creating Our Custom Sidebars for Use
    • Front-Page.php or Home.php
    • Building our Home Page - Part 1
    • rewind_posts Vs reset_postdata
    • Building our Home Page - Part 2
    • Building our Home Page - Part 3
    • Section Review
  • Styling
    • Section Preview
    • How to Create Style Sheets
    • How to Load Custom Style Sheets
    • The @import url CSS Method
    • How to Load Javascript
    • How to Add a Google Custom Font
    • Section Review
  • Customizing the Header, Custom Menus & More Sidebars
    • How to Register a New Menu Location
    • How to Create and Display a Custom Menu
    • Creating Our Header Sidebar
    • Adding Social Media
    • Displaying our Home Page Sidebar
    • The Flexible Posts Widget Plugin
    • Customizing our Flexible Posts Widget Template
    • The Recent Posts Widget Extended Plugin
  • Styling - Part 2
    • Section Preview
    • Adding our Logo
    • Styling Our Header
    • Styling Our Body
    • Project - Building the Footer Section
    • Footer Project Review
  • Taxonomy Templates
    • The category.php Template
    • Displaying our Category Titles
    • The taxonomy.php Template
    • Displaying Specific Taxonomies
    • The search.php Template
    • The tag.php Template
    • The archive.php Template
    • The 404.php Template
    • How to Display Categories from a Custom Taxonomy
  • Conditional Tags
    • What are Conditional Tags?
    • The is_front_page Conditional Tags
    • The is_home Conditional Tag
    • Detecting the Blog Page
    • The is_page_template Conditional Tag
    • Other Conditional Tags
    • Exercise - Conditional Tags
  • Global Variables and Working Outside the Loop
    • What are Global Variables?
    • Post Data
    • User Data
    • Environmental Data
    • How to Detect Mobile Devices
    • Global Variables Quiz
    • Working Outside the Loop
    • The get_post Function
    • The get_post_meta Function
    • Section Exercise
  • Custom WordPress Functions
    • Why Custom Functions?
    • How to Write a Basic WordPress Function
    • Function 2 - How to Display the Current Time
    • Function 3 - Customizing the Movie Review Excerpt
    • Adding the Read More Link to the Excerpt
    • Introduction to Hooks, Actions and Filters
    • Actions and Filters in the WordPress Codex
    • The Query Monitor Plugin
    • Function 4 - Adding Google Analytics to Our Website
    • Function 5 - Changing the Default Gravatar
    • Function 6 - Adding Author Profile Fields
    • Function 7 - Removing WordPress Version Number
    • Section Quiz
    • Section Review
  • The WordPress Installation Directory
    • Section Preview
    • The wp-content Directory
    • The MU Plugins Folder
    • The .htaccess File, index.php and wp-config.php Files
    • The wp-admin Directory
    • The wp-includes Directory
    • Review Update
  • Database Management
    • The WordPress Database
    • WordPress Database Analysis
    • Section Quiz
  • Bonus Section
    • How to Create a Child Theme
    • Working with a Child Theme
    • The WP Query Generator
  • Conclusion
    • Congratulations
    • Getting your Certificate
    • All the Code Used
    • Resources for WordPress Developers
  • BONUS SECTION 2 - REAL WORLD PROJECT
    • Introduction to the Project
    • Menu Page Template Code
    • Project Video 1
    • Project Video 2
    • Project Video 3
    • Project Video 4
    • Recap
    • Project Video 5
    • Project Video 6
    • Project Video 7
    • Project Video 8
    • Project Video 9
    • Project Video 10
    • Project Video 11
    • Project Video 12
    • Assignment


 TO MAC USERS: If RAR password doesn't work, use this archive program: 

RAR Expander 0.8.5 Beta 4  and extract password protected files without error.


 TO WIN USERS: If RAR password doesn't work, use this archive program: 

Latest Winrar  and extract password protected files without error.


 Gamystyle   |  

Information
Members of Guests cannot leave comments.


SermonBox - Seasonal Collection

SermonBox - The Series Pack Collection

Top Rated News

  • Christmas Material
  • Laser Cut & Print Design Elements Bundle - ETSY
  • Daz3D - All Materials - SKU 37000-37999
  • Cgaxis - All Product - 2019 - All Retail! - UPDATED!!!
  • DigitalXModels Full Collections
  • Rampant Design Tools Full Collections Total: $4400
  • FilmLooks.Com Full Collection
  • All PixelSquid Product
  • The Pixel Lab Collection
  • Envato Elements Full Sources- 3200+ Files
  • Ui8.NET Full Sources
  • The History of The 20th Century
  • The Dover Collections
  • Snake Interiors Collections
  • Inspirational Collections
  • Veer Fancy Collections
  • All Ojo Images
  • All ZZVE Collections
  • All Sozaijiten Collections
  • All Image Broker Collections
  • Shuterstock Bundle Collections
  • Tattoo Collections
  • Blend Images Collections
  • Authors Tuorism Collections
  • Motion Mile - Big Bundle
  • PhotoBacks - All Product - 2018
  • Dekes Techniques - Photoshop & Illustrator Course - 1 to 673
Telegram GFXTRA Group
Udemy - Turkce Gorsel Ogrenme Setleri - Part 2
Videohive Wow Pack Series


rss