Customizing the WordPress Footer

In this tutorial we are going to add some new features to the default Underscores.me footer. This will include adding a custom footer menu, adding the copyright text, and adding CSS to customize the look and feel. You will learn the code that needs to be added to our function file to add a new WordPress menu and also how to use the Inspect Element browser tool to help customize your footer CSS styles.

You need to have an active subscription to view this content.

Register Here!

Adding the Bootstrap Search Form to WordPress

In this video you will learn how to style the default WordPress search form with Bootstrap markup. You will first learn how to use the searchform.php WordPress file to override the default search form and then the code needed to build the form. We will use the Bootstrap input group add-on markup to get the button to append to the input field. This makes your search form look very clean!

You need to have an active subscription to view this content.

Register Here!

Customizing the WordPress Sidebar

As of now, the starter theme that we are working with has one sidebar that uses H1 tags for the titles. In this video tutorial, you will learn how to add the Bootstrap well class to the sidebar, customize the headings, and add/edit some CSS properties. You will also be introduced to one of the best development tools online, the browser Inspect Element.

You need to have an active subscription to view this content.

Register Here!

Word Wrapping with CSS

Short video tutorial on targeting and adding CSS properties to support non-breaking content. In this video, you learn how to target all the primary content as well as the content in the sidebar.

You need to have an active subscription to view this content.

Register Here!

Adding the Bootstrap Grid system to WordPress

This tutorial will go over how to add the Bootstrap Grid system to our WordPress starter theme. This will make our WordPress theme responsive and also get our sidebar positioned correctly. You will also learn how to add the grid system to full width pages and every other page that is included with our starter theme out-of-box.

You need to have an active subscription to view this content.

Register Here!

Adding Bootstrap menu to WordPress theme

This tutorial goes over how to create and add the Bootstrap navbar or menu to WordPress. The first step is to add a custom Walker menu to create the Bootstrap menu for the WordPress theme. We will then go over how to add the custom menu to the header of our WordPress theme and some minor customization options. You will also learn how make sure the menu has all the markup needed to be responsive and support child menu items.

You need to have an active subscription to view this content.

Register Here!