Slide 1

Welcome to Alaska Rock Gym

Climbing, community, and more — all under one roof.

Learn More
Slide 2

Summer Camps Now Enrolling

Fun, fitness, and new skills for youth climbers of all levels.

See Camps
Slide 3

Train With Us

Personal training and climbing coaching for all levels.

Explore Programs
<?php
/**
 * Template Name: Full Width Page With Header
 */
get_header(); // This adds the header bar with your menu
?>

<main id="primary" class="site-main">
  <?php
  while ( have_posts() ) :
    the_post();
    the_content(); // This lets you use Gutenberg blocks normally
  endwhile;
  ?>
</main>

<?php get_footer(); // This adds your footer ?>