Skip to content

Instantly share code, notes, and snippets.

@atwellpub
Created July 15, 2014 23:56
Show Gist options
  • Save atwellpub/315669b2a389ea3566c2 to your computer and use it in GitHub Desktop.
Save atwellpub/315669b2a389ea3566c2 to your computer and use it in GitHub Desktop.
Example of how to import the custom setting added to the default landing page template options.
/* Landing Page Meta Values */
$sidebar = lp_get_value($post, 'default', 'sidebar');
$display_nav = lp_get_value($post, 'default', 'display-nav');
$new_setting = lp_get_value($post, 'default', 'new_setting');
lp_conversion_area(); /* Print out form area content */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment