Skip to content

Instantly share code, notes, and snippets.

@DavidWells
Last active February 1, 2017 16:45
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DavidWells/8972260 to your computer and use it in GitHub Desktop.
Save DavidWells/8972260 to your computer and use it in GitHub Desktop.
Turn off the clean URL structure of landing pages. Add this to your functions.php file.
<?php
/* Turn off the clean URL structure of landing pages. Add this to your functions.php file. */
define('Inbound_Now_Disable_URL_CLEAN', true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment