✔ Mass Times: Allow Headers to be Editable (Mass Times & Homilies)
Completed by Kyle S.
- Assigned to
-
Kyle S.
- Notes
-
<?= get_field('mass_times_title', 'options') ? get_field('mass_times_title', 'options') : "Mass Times"; ?>
<?= get_field('homilies_title', 'options') ? get_field('homilies_title', 'options') : "Mass Times"; ?>
<?php if(get_field('mass_times_link', 'options')) : $massTimesLink = get_field('mass_times_link', 'options'); ?> <a href="<?= $massTimesLink['url'] ? $massTimesLink['url'] : ''; ?>" class="titleLink" target="<?= $massTimesLink['target'] ? $massTimesLink['target'] : ''; ?>" title="<?= $massTimesLink['title'] ? $massTimesLink['title'] : 'Mass Times'; ?>"> <h5 class="theCategory"><?= $massTimesLink['title'] ? $massTimesLink['title'] : "Mass Times"; ?></h5> </a> <?php else : ?> <h5 class="theCategory">Mass Times</h5> <?php endif; ?>