Meta Box for custom Background Image

In the last tutorial we got the title working from our custom meta boxes. The next step is to get the custom background image working and displaying correctly. This tutorial will show you how to display the custom background image in the banner for our posts and pages. This is a nice feature that will allow your theme users to have a different background image for every post and page they create.

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

Register Here!

Adding a custom Meta Box for the Banner Title

Now that we can add custom meta boxes to our posts and pages, lets add a meta box that gives our theme users the ability to customize the banner title. We will create a PHP if statement that will fallback to the page or post title if they don't submit a custom title in our meta box.

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

Register Here!

Adding the TGM Plugin Activation Script

In this tutorial I will show you how to add the TGM plugin activation script to our WordPress theme. This will allow us to recommend and require plugins to our theme users. We will use this script throughout this tutorial series to include third-party plugins as well as include a plugin we include in our theme package.

TGM Plugin Activation is a PHP library that allows you to easily require or recommend plugins for your WordPress themes (and plugins). It allows your users to install and even automatically activate plugins in singular or bulk fashion using native WordPress classes, functions and interfaces. You can reference pre-packaged plugins, plugins from the WordPress Plugin Repository or even plugins hosted elsewhere on the internet.

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

Register Here!

Adding Meta Box Demo Script

In this tutorial you will learn how to include the Meta Box demo script within your WordPress theme. This will add different Meta Boxes to your posts and pages so you can see the power of the plugin and all the different options.

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

Register Here!