Skip to content

Instantly share code, notes, and snippets.

@omariosouto
Created December 23, 2015 19:40
Show Gist options
  • Select an option

  • Save omariosouto/e22f9769b347cbe502d3 to your computer and use it in GitHub Desktop.

Select an option

Save omariosouto/e22f9769b347cbe502d3 to your computer and use it in GitHub Desktop.
<?php
$hoje = strtotime('now');
$data_ref = strtotime('2016-01-04');
if( $hoje >= $data_ref ) {
the_content('<p class="serif">' . __('Read the rest of this page &raquo;', 'pt_BR') . '</p>');
} else {
the_field('post_agendado');
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment