<?php /* Template Name: Actividades 2024 */ get_header(); ?> <div id=“primary” class=”contentarea“> <main id=”mainclass=”sitemainrole=”main“> <?php // Start the loop. while ( have_posts() ) : the_post(); // Include the page content template. get_template_part( ‘templateparts/content‘, ‘page‘ ); // If comments are open or we have at least one comment, load up the comment template. if ( comments_open() || get_comments_number() ) : comments_template(); endif; // End of the loop. endwhile; ?> <!– Agregar la galería de fotos aquí –> <div class=”gallery“> <?php // Reemplaza ‘3’ con el ID de la galería que deseas mostrar echo do_shortcode(‘[gallery id=”3″]’); ?> </div> </main><!– .sitemain –> </div><!– .contentarea –> <?php get_footer(); ?>