Home › Forums › Backend Issues (wp-admin) › Date Time Picker and Countdown Timer › Reply To: Date Time Picker and Countdown Timer
Hi @brandonpweb
I think there are some typos there. In the ‘theme_acf.php’, I believe this line of code:
if(empty($date) ) {
Should be like this:
if(!empty($date) ) {
And in the ‘front-page.php’, I believe this line:
get_field('countdownhttp://localhost/Beta-Sites/wp-admin/users.php_timer'));
Should be like this:
get_field('countdown_timer'));
Could you please fix it and see if it fixes the issue?
Thanks 🙂
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.