changed fields ins memebers custom post type fields
This commit is contained in:
parent
eba74110d2
commit
c57a313185
|
@ -46,7 +46,8 @@
|
||||||
|
|
||||||
<?php if( get_field('xxp_associat_address') ): ?>
|
<?php if( get_field('xxp_associat_address') ): ?>
|
||||||
<div class="xarxaprod-associat-info-field">
|
<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>
|
</div>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
|
@ -64,9 +65,10 @@
|
||||||
</div>
|
</div>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
<?php if( get_field('xxp_associat_contact_tel') ): ?>
|
<?php if( get_field('xxp_associat_tel') ): ?>
|
||||||
<div class="xarxaprod-associat-info-field">
|
<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>
|
</div>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
|
@ -82,13 +84,13 @@
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="xarxaprod-associat-logo-fields">
|
<section class="xarxaprod-associat-logo-fields">
|
||||||
|
|
||||||
<?php if( get_field('xxp_associat_logo') ): ?>
|
<?php if( get_field('xxp_associat_logo') ): ?>
|
||||||
<figure class="xarxaprod-associat-logo-field">
|
<figure class="xarxaprod-associat-logo-field">
|
||||||
<img class="xarxaprod-associat-logo" src="<?php the_field('xxp_associat_logo'); ?>" />
|
<img class="xarxaprod-associat-logo" src="<?php the_field('xxp_associat_logo'); ?>" />
|
||||||
</figure>
|
</figure>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
</section>
|
||||||
|
<section class="xarxaprod-associat-location">
|
||||||
<?php if( get_field('xxp_associat_osm_link') ): ?>
|
<?php if( get_field('xxp_associat_osm_link') ): ?>
|
||||||
<div class="xarxaprod-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>
|
<h6 class="">Localizatcio:</h6><p> <a href="<?php the_field('xxp_associat_osm_link'); ?>"><?php the_field('xxp_associat_osm_link'); ?></a></p>
|
||||||
|
@ -101,6 +103,13 @@
|
||||||
<figure><?php the_field('xxp_associat_osm_map'); ?></figure>
|
<figure><?php the_field('xxp_associat_osm_map'); ?></figure>
|
||||||
</div>
|
</div>
|
||||||
<?php endif; ?>
|
<?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>
|
</section>
|
||||||
|
|
||||||
<footer class="entry-footer">
|
<footer class="entry-footer">
|
||||||
|
|
Loading…
Reference in New Issue