Last active
August 29, 2015 14:26
-
-
Save davechu/d67415c1df026b067adf to your computer and use it in GitHub Desktop.
This will include the file something.php, which may contain any desired HTML and PHP. It's cleaner than using a huge bunch of remove_action statements, and is especially nice if you don't want lots of unnecessary empty markup. Obviously you'll want to make sure the HTML in something.php is complete and valid. :)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
Template Name: Landing | |
*/ | |
get_template_part('something'); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment