Skip to content

Instantly share code, notes, and snippets.

@billerickson
Created March 31, 2016 20:23
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/1773c78088186fc1b4a928c35230f0cf to your computer and use it in GitHub Desktop.
Save billerickson/1773c78088186fc1b4a928c35230f0cf to your computer and use it in GitHub Desktop.
<?php
$wp_customize->remove_section('genesis_archives');
$wp_customize->remove_panel('genesis_archives');
$wp_customize->remove_control('genesis_content_archive');
$wp_customize->remove_setting('genesis_content_archive');
$wp_customize->remove_control('genesis_content_archive_limit');
$wp_customize->remove_setting('genesis_content_archive_limit');
$wp_customize->remove_control('genesis_content_archive_thumbnail');
$wp_customize->remove_setting('genesis_content_archive_thumbnail');
$wp_customize->remove_control('genesis_image_size');
$wp_customize->remove_setting('genesis_image_size');
$wp_customize->remove_control('genesis_image_alignment');
$wp_customize->remove_setting('genesis_image_alignment');
$wp_customize->remove_control('genesis_posts_nav');
$wp_customize->remove_setting('genesis_posts_nav');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment