Skip to content

Instantly share code, notes, and snippets.

@amdrew
Last active December 19, 2015 06:49
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 amdrew/5914688 to your computer and use it in GitHub Desktop.
Save amdrew/5914688 to your computer and use it in GitHub Desktop.
Disable the default post type archive page in Easy Digital Downloads
<?php
if ( ! defined( 'EDD_DISABLE_ARCHIVE' ) )
define( 'EDD_DISABLE_ARCHIVE', true );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment