<?php echo get_template_directory_uri()?>
Mon Jan 13 2025 02:03:46 GMT+0000 (Coordinated Universal Time)
Saved by
@mamba
<?php echo get_template_directory_uri()?>
--add options
if( function_exists('acf_add_options_page') ) {
acf_add_options_page();
}
--check forech
if(isset($card) && is_array($card) && !empty($card))
<?php echo wp_get_attachment_image($vt_loop['image']['id'],'full'); ?>
-- target acf
$target = isset($external_link['target']) ? $external_link['target'] : '_self';
content_copyCOPY
Comments