Sorry i want to know if there is for example a link( a linkedin from a user) inside the fab fa linkedin , if not i would like that the icon is hidden, i try but doesnt work.
I hope that explain better the situation, thx you
Hi guys im still trying to edit a wp with php.
that my situation:
<div class="col-md-4">
<div class="item">
<div class="img"><img src="<?php echo wp_kses_post($item['tab_image']['url']); ?>" alt=""></div>
<div class="info">
<h5><?php print wp_kses_post($item['name']); ?></h5>
<h6><?php print wp_kses_post($item['info']); ?></h6>
<div class="social valign">
<div class="full-width">
<a href="callto:<?=$item['phone']; ?>"><i class="fa fa-phone"></i></a>
<a href="mailto:<?=$item['email']; ?>"><i class="fa fa-envelope"></i></a>
<a href="<?php print wp_kses_post($item['linkedin']); ?>"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
</div>
</div>
</div>
<?php endforeach; ?>
</div>
to know if a field is empty or not the field in elementor must be empty or not
so i would like to use a if else statements but i dont know how to do it
Someone has an idea?
thx
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.