File: /var/www/clients/client1079/web2215/web/public/wp-content/themes/developer_c/top_offer_1.php
<tr id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<td class="text-center"><?php the_title(); ?></td>
<td class="text-right"><?php if (get_field('powierzchnia')): ?><?php the_field('powierzchnia'); ?><?php endif; ?> m<sup>2</sup></td>
<td class="text-right"><?= map_floor(get_field('pietro')); ?></td>
<td class="text-right"><?php if (get_field('ilosc_pokoi')): ?><?php the_field('ilosc_pokoi'); ?><?php endif; ?></td>
<td class="text-right <?php if (get_field('status')): ?><?php the_field('status'); ?><?php endif; ?>"><?php if (get_field('status')): ?><?php the_field('status'); ?><?php endif; ?></td>
<td class="text-right"><?php if (get_field('cena')): ?><?php the_field('cena'); ?><?php endif; ?></td>
<td class="text-center"><a target="_blank" href="<?php if (get_field('rzut')): ?><?php the_field('rzut'); ?><?php endif; ?>"><img class="img-fluid" src="<?php echo get_template_directory_uri(); ?>/assets/img/icons/pdf.svg" alt="pdf" ></a></td>
<td class="text-center"><a target="_blank" href="<?php if (get_field('wizualizacja')): ?><?php the_field('wizualizacja'); ?><?php endif; ?>"><img class="img-fluid" src="<?php echo get_template_directory_uri(); ?>/assets/img/icons/pdf.svg" alt="pdf" ></a></td>
</tr>