diff --git a/themes/blueprint/templates/combined/results-list.phtml b/themes/blueprint/templates/combined/results-list.phtml
index 96011c439145d47bfdb046e4c42df50afab3e910..ba1c5ce58d1736af6a454ae17e3c84db95573930 100644
--- a/themes/blueprint/templates/combined/results-list.phtml
+++ b/themes/blueprint/templates/combined/results-list.phtml
@@ -15,8 +15,10 @@
   <div style="float: right;">
     <a href="<?=$moreUrl?>"><?=$this->transEsc('More options')?></a>
   </div>
+  <h2><a href="<?=$moreUrl?>"><?=$this->transEsc($currentSearch['label'])?></a></h2>
+<? else: ?>
+  <h2><?=$this->transEsc($currentSearch['label'])?></h2>
 <? endif; ?>
-<h2><?=$this->transEsc($currentSearch['label'])?></h2>
 <? if (isset($currentSearch['sublabel'])): ?>
   <p><i><?=$this->transEsc($currentSearch['sublabel'])?></i></p>
 <? endif; ?>
diff --git a/themes/bootstrap3/templates/combined/results-list.phtml b/themes/bootstrap3/templates/combined/results-list.phtml
index 6a0dee4903874c8c34f7848653c8e2863758e8af..05deeb5935c64ae29eb5d209f2f9c77974ebf468 100644
--- a/themes/bootstrap3/templates/combined/results-list.phtml
+++ b/themes/bootstrap3/templates/combined/results-list.phtml
@@ -15,8 +15,10 @@
   <div class="pull-right">
     <a href="<?=$moreUrl?>" class="btn btn-link"><i class="fa fa-gears"></i> <?=$this->transEsc('More options')?></a>
   </div>
+  <h2><a href="<?=$moreUrl?>"><?=$this->transEsc($currentSearch['label'])?></a></h2>
+<? else: ?>
+  <h2><?=$this->transEsc($currentSearch['label'])?></h2>
 <? endif; ?>
-<h2><?=$this->transEsc($currentSearch['label'])?></h2>
 <? if (isset($currentSearch['sublabel'])): ?>
   <p><i><?=$this->transEsc($currentSearch['sublabel'])?></i></p>
 <? endif; ?>