Posts by Lukas Castro • 13 points
2 posts
-
0
votes0
answers35
viewsQ: Release button after certain date
<?php date_default_timezone_set('America/Sao_Paulo'); $date = date('Y-m-d'); if ($date >= '<?php the_sub_field("data"); ?>') { ?> <!-- Se a data for maior --> <a…
-
1
votes1
answer55
viewsQ: Enable content after a date
Good afternoon, I’m new here and also in this programming universe I needed to make a link on my site available only after a date. EX: Link 1 only releases after the day 24/03/2018…