Skip to content

Instantly share code, notes, and snippets.

@linc
Created October 16, 2012 15:40
Show Gist options
  • Save linc/3900044 to your computer and use it in GitHub Desktop.
Save linc/3900044 to your computer and use it in GitHub Desktop.
Using Vanilla Comments on newer posts only
<?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