Skip to content

Instantly share code, notes, and snippets.

@tcelestino
Created March 26, 2012 14:29
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 tcelestino/2205478 to your computer and use it in GitHub Desktop.
Save tcelestino/2205478 to your computer and use it in GitHub Desktop.
Modify your WordPress theme without modify a page published
<?php
if(isset($_GET["v2"])) :
include(dirname(__FILE__)."/v2/index.php");
exit;
endif;
get_header();
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment