Created
October 16, 2012 15:40
-
-
Save linc/3900044 to your computer and use it in GitHub Desktop.
Using Vanilla Comments on newer posts only
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 | |
if (the_date('U') < strtotime('5 Oct 2012')) { // Where 5 Oct 2012 is the date they switched | |
/* DEFAULT WORDPRESS COMMENTS TEMPLATE GOES HERE */ | |
} else { | |
/* VANILLA COMMENTS GOES HERE */ | |
} | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment