I m facing this issue on Item-post page
Warning: count(): Parameter must be an array or an object that implements Countable in /home2/******/public_html/oc-content/themes/veronika/item-post.php on line 143
143 line is
<div class="row" <?php if(count($country) == 1) { ?>style="display:none;"<?php } ?>>
so please help me to solve this problem