diff --git a/app/views/posts/partials/common/_secondary_links.html.erb b/app/views/posts/partials/common/_secondary_links.html.erb
index 4e8b311ea..db59d2e7c 100644
--- a/app/views/posts/partials/common/_secondary_links.html.erb
+++ b/app/views/posts/partials/common/_secondary_links.html.erb
@@ -4,6 +4,7 @@
<%= link_to "Upload", new_upload_path %>
<%= link_to "Popular", popular_explore_posts_path %>
<%= link_to "Hot", posts_path(:tags => "order:rank") %>
+ <%= link_to "Searches", popular_explore_searches_path %>
<% unless CurrentUser.is_anonymous? %>
<%= link_to "Favorites", favorites_path %>
<%= link_to "Favorite groups", favorite_groups_path %>