feature: Update version to 1.2.6, add registration link field, and enhance event templates

This commit is contained in:
Keith Solomon
2026-07-30 12:45:34 -05:00
parent 0fc424b035
commit d7f56b1fe9
7 changed files with 89 additions and 37 deletions
+7
View File
@@ -93,6 +93,13 @@ get_header(); ?>
</div>
<?php } ?>
</div>
<?php $registration_link_markup = aa_events_registration_link_markup( get_field( 'registration_link' ) ); ?>
<?php if ( $registration_link_markup ) : ?>
<div class="aa-event-registration">
<?php echo wp_kses_post( $registration_link_markup ); ?>
</div>
<?php endif; ?>
</footer><!-- .entry-footer -->
</article><!-- #post-<?php the_ID(); ?> -->