$top_search = get_field('top_search', 'option'); ?>
if ($top_search):?>
endif ?>
חומוס ביתי
if (have_posts()): ?>
while (have_posts()): the_post(); ?>
if (get_post_type() == 'product'): ?>
$search_product_img = get_the_post_thumbnail_url($post->ID, 'full'); ?>
$tag_bg_color = get_field('tag_bg_color');
$tag = get_field('tag') ?>
if ($tag) : ?>
endif; ?>
endif; ?>
endwhile; ?>
wp_reset_postdata(); ?>
endif; ?>
' '));?>
the_title() ?>
else: ?>
$search_img = get_the_post_thumbnail_url($post->ID, 'thumbnail'); ?>
if (get_post_type() != 'page'): ?>
endif; ?>
the_title() ?>