
Overview of what this course covers, the audience, and general hupla to get you excited about WordPress.
In this video I demonstrate how to Manually install WordPress so you can avoid problems that come with the wizards which work sometimes.
In this video we look at where themes are stored and how WordPress functions.
In this video we build the essential parts of a WordPress Theme
In this video we look at the built in editor and how to avoid problems it causes.
In this video we use WordPress to create a dynamic page title in our theme.
In this video we will review the features of the html template
In this video we will build the header and footer files.
In this video we will fix the site links so they reference the images, scripts, and css correctly.
In this video, we fix the small screen navigation.
In this video we reproduce the image slider inside a WordPress page
In this video, we install a plugin to remove the page title.
In this video, we build a search page and style it appropriately.
In this video we review how to size images appropriately for responsive layouts.
In this video, we build a gallery page using two different methods.
In this video, we build a page with text using three different layouts.
In this video we look at the plugins for this unit
In this video we install and configure Yoast SEO
In this video we install and configure WP News
In this video, we install and configure Contact Form 7
WordPress is the most popular blogging platform on the internet today, however, it can also be used as a powerful Content Management System. In this course we will use it as a CMS to build a client website.
In this course you will learn to convert an HTML page into a WordPress theme. Actually it’s a lot simpler than you may think. I will provide you with a link to a free HTML5 template page and together we will walk through the steps to convert it into a theme.
First we will spend a couple of minutes reviewing the essential features of a mobile first, responsive, HTML web template page that uses a CSS Preprocessor. hopefully this is a review of what you already know but you may also learn something new.
Next you will learn to build a WordPress theme from scratch. In each video we cover the essential code necessary for the 5 basic php files we will create. I call this the ugly theme as it is fully functional but lacking any design.
Then together you and I will walk through the steps of creating a beautiful WordPress theme by combining the ugly theme we just built and the HTML template I provided you.
But wait, were not finished yet. Now that you have created your own theme, you will get to create several pages in WordPress using cutting edge CSS tricks. During this process, you will learn to wrap text around a circle, align elements at the bottom using flexbox, and implement newspaper style column with lines between them.
When your done, you will have a lightning fast WordPress theme devoid of any extraneous code or unused CSS rules. Actually it's pretty cool and very easy.