diff --git a/themes/wporg-5ftf/archive-5ftf_pledge.php b/themes/wporg-5ftf/archive-5ftf_pledge.php
index 3e06124..3eb0f09 100644
--- a/themes/wporg-5ftf/archive-5ftf_pledge.php
+++ b/themes/wporg-5ftf/archive-5ftf_pledge.php
@@ -10,6 +10,8 @@ if ( ! have_posts() ) {
nocache_headers();
}
+$pledge_order = isset( $_GET['order'] ) ? $_GET['order'] : '';
+
get_header(); ?>
@@ -28,13 +30,13 @@ get_header(); ?>
+