Adding Isotope to WordPress theme

This tutorial goes over how to add the Isotope layout library to our WordPress theme. This script will allow us to add some responsive layout features to our WordPress theme and portfolio page template. You will also use Isotope when building the portfolio filter in the next tutorial.

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

Register Here!

Customizing the Portfolio page layout

This tutorial goes over how to edit the portfolio page template to include Bootstrap classes and components to arrange the portfolio items on the page. You will start by including the Bootstrap grid system to get the portfolio items in a three column layout. Once this has been completed, you will add the Bootstrap thumbnail class to the images and also add Bootstrap buttons for each portfolio item.

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

Register Here!

Theme Options for WordPress Blog

In this tutorial you will learn how to add several different theme options for the WordPress blog layout. This tutorial will add a new section called Blog to our Theme Options panel with the following options:

  • enable/disable post meta data
  • a text field to allow users to change the read more button text
  • enable/disable the Bootstrap .btn-block class on the read more button to make it full width
  • add a select field to allow the user to pick the read more button size
  • add a select field to allow the user to pick the read more button color
  • enable/disable post tags

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

Register Here!

Adding Fixed/Static and Inverse/Default Header Theme Options

In this tutorial you will learn how to add a "Header" section to the WordPress theme options panel. In this theme options section, we will add two different switches to allow your theme users to edit the Bootstrap navigation/navbar.

The first switch will enabled or disable the fixed navbar. If the theme user enables the fixed navbar setting, the navbar on the front-end of the site will stay fixed at the top of the browser window. If this option is disabled, the navbar will be static. The second switch will allow the user to enable/disable the Bootstrap inverse navbar styles.

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

Register Here!