added termini end date to each fund view

This commit is contained in:
jorge 2024-04-17 08:27:49 +02:00
parent a1c402ebe2
commit 7a5eb14956
1 changed files with 5 additions and 0 deletions

View File

@ -15,6 +15,11 @@
<?php the_title(); ?> <?php the_title(); ?>
</a> </a>
</h3> </h3>
<?php if( get_field('xxp_fund_apply_end') ): ?>
<h6 class="item-xxp_fund_dates">
<span>Termini fins al <?php the_field('xxp_fund_apply_end'); ?></li>
</h6>
<?php endif; ?>
<?php if( get_field('xxp_funder_name') ): //case of ajuts fund ?> <?php if( get_field('xxp_funder_name') ): //case of ajuts fund ?>
<h6 class="xarxaprod-funder-name"><?php the_field('xxp_funder_name'); ?></h6> <h6 class="xarxaprod-funder-name"><?php the_field('xxp_funder_name'); ?></h6>
<?php endif; ?> <?php endif; ?>