Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

ACF Date picker field – display a countdown in query loop

Home / Forums / Kadence Blocks / ACF Date picker field – display a countdown in query loop

This topic is: Resolved
[Resolved]
Posted in: Kadence Blocks
  • This topic has 2 replies, 3 voices, and was last updated 11 months ago by Anonymous.
April 17, 2025 at 8:52 am

Hey guys

I want to display a countdown in a query loop for each element. I use ACF date and time picker custom field with css class customdateformat. When I was on generateblocks, I used this filter below. Now I am switching to kadence and would like to know if there is a similar filter with kadence dynamic html or text field

add_filter( ‘generateblocks_dynamic_tag_output’, function( $output, $options ) {
if ( empty( $options[‘customdateformat’] ) ) {
return $output;
}

  • The forum ‘Kadence Blocks’ is closed to new topics and replies.