Skip to content

Instantly share code, notes, and snippets.

@billerickson
Last active September 18, 2018 15:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save billerickson/2727ba5dbad9e9a4c020659c8d1602eb to your computer and use it in GitHub Desktop.
Save billerickson/2727ba5dbad9e9a4c020659c8d1602eb to your computer and use it in GitHub Desktop.
<?php
/**
* Template Name: Pricing
**/
// Full width template, no sidebar
add_filter( 'genesis_pre_get_option_site_layout', '__genesis_return_full_width_content' );
/**
* Call to Action
*
*/
function be_pricing_cta() {
// CTA code goes here
}
add_action( 'genesis_before_footer', 'be_pricing_cta' );
genesis();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment