This is an enhancement to my earlier tutorial on this topic.
This tutorial goes into details of customizations to Altitude Pro to display 6 filterable portfolio items on front page (replacing the Front Page 5 widget area) and all the items on /portfolio archive page.
We are going to use Advanced Custom Fields Pro (commercial plugin) for adding a URL field when creating/editing Portfolio CPT single entries and FooBox (commercial plugin) for displaying video in a lightbox upon clicking the button.
Step 1
Install and activate ACF Pro and FooBox.
Step 2
Create a Custom Field group having a URL type of custom field and attach it to Portfolio Item post type.
Step 3
Install and activate Portfolio Post Type plugin.
Step 4
Go to Portfolio > Add New Item and add your Portfolio items. Make sure to set a Featured image for each.
Step 5
Edit Altitude Pro's functions.php.
Comment out or delete
genesis_register_sidebar( array( | |
'id' => 'front-page-5', | |
'name' => __( 'Front Page 5', 'altitude' ), | |
'description' => __( 'This is the front page 5 section.', 'altitude' ), | |
) ); |
and add the following at the end:
To view the full content, please sign up for the membership.
Already a member? Log in below or here.