changed fields ins memebers custom post type fields

This commit is contained in:
jorge-vitrubio 2024-03-11 08:48:54 +01:00
parent eba74110d2
commit c57a313185
1 changed files with 14 additions and 5 deletions

View File

@ -46,7 +46,8 @@
<?php if( get_field('xxp_associat_address') ): ?>
<div class="xarxaprod-associat-info-field">
<p class="xarxaprod-associat-address"><?php the_field('xxp_associater_address'); ?></p>
<h6>adreça / direccion:</h6>
<p class="xarxaprod-associat-address"><?php the_field('xxp_associat_address'); ?></p>
</div>
<?php endif; ?>
@ -64,9 +65,10 @@
</div>
<?php endif; ?>
<?php if( get_field('xxp_associat_contact_tel') ): ?>
<?php if( get_field('xxp_associat_tel') ): ?>
<div class="xarxaprod-associat-info-field">
<p class="xarxaprod-associat-contact-tel"><?php the_field('xxp_associat_contact_tel'); ?></p>
<h6>tel:</h6>
<p class="xarxaprod-associat-tel"><?php the_field('xxp_associat_tel'); ?></p>
</div>
<?php endif; ?>
@ -82,13 +84,13 @@
</section>
<section class="xarxaprod-associat-logo-fields">
<?php if( get_field('xxp_associat_logo') ): ?>
<figure class="xarxaprod-associat-logo-field">
<img class="xarxaprod-associat-logo" src="<?php the_field('xxp_associat_logo'); ?>" />
</figure>
<?php endif; ?>
</section>
<section class="xarxaprod-associat-location">
<?php if( get_field('xxp_associat_osm_link') ): ?>
<div class="xarxaprod-associat-osm-link">
<h6 class="">Localizatcio:</h6><p> <a href="<?php the_field('xxp_associat_osm_link'); ?>"><?php the_field('xxp_associat_osm_link'); ?></a></p>
@ -102,6 +104,13 @@
</div>
<?php endif; ?>
</section>
<section class="xarxaprod-associat-convos">
<a href="https://www.advancedcustomfields.com/resources/bidirectional-relationships/">https://www.advancedcustomfields.com/resources/bidirectional-relationships/</a>
<a href="https://www.advancedcustomfields.com/resources/relationship/">https://www.advancedcustomfields.com/resources/relationship/</a>
<?php get_template_part( 'template-parts/section', 'last-convos' ); ?>
</section>
<footer class="entry-footer">
<?php xarxaprod_entry_footer(); ?>