# Just show posts with no replies

**URL:** https://meta.discourse.org/t/just-show-posts-with-no-replies/52775
**Category:** Support
**Created:** [November 10, 2016, 5:39pm UTC](https://meta.discourse.org/t/just-show-posts-with-no-replies/52775 "2016-11-10T17:39:30Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![ossia](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ossia/32/215651_2.png) [@ossia](https://meta.discourse.org/u/ossia)
#### Post date: [November 10, 2016, 5:39pm UTC](https://meta.discourse.org/t/just-show-posts-with-no-replies/52775/1 "2016-11-10T17:39:30Z")

</div>

Is there a view option to just show a chronological list of posts with no replies yet? A lot of our community members want to make sure posts don’t fall “in the cracks” so to speak, and make sure that every post gets at least one proper reply.

Currently people are navigating to [https://forum.freecodecamp.com/new?ascending=true&order=posts](https://forum.freecodecamp.com/new?ascending=true&order=posts) to mimic this effect.

---

<div class="post-metadata">

### Author: ![featheredtoast](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/featheredtoast/32/116994_2.png) [@featheredtoast](https://meta.discourse.org/u/featheredtoast)
#### Post date: [November 10, 2016, 5:44pm UTC](https://meta.discourse.org/t/just-show-posts-with-no-replies/52775/2 "2016-11-10T17:44:01Z")

</div>

You can search for posts with no replies using the advanced search, and order by latest:

[https://meta.discourse.org/search?expanded=true&q=status%3Anoreplies%20order%3Alatest](https://meta.discourse.org/search?expanded=true&q=status%3Anoreplies%20order%3Alatest)

---

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [November 10, 2016, 5:48pm UTC](https://meta.discourse.org/t/just-show-posts-with-no-replies/52775/3 "2016-11-10T17:48:40Z")

</div>

I added a button like this to a forum, and it worked great:

> [@Reply reminder - Remind users to reply to new users topics with zero replies](https://meta.discourse.org/t/reply-reminder-remind-users-to-reply-to-new-users-topics-with-zero-replies/42644/2):
>
> Why not just add a navigation page that lists all topics with zero replies? The query exists… adding it to the navigation is trivial… Why does it have to nag me? Adding this to the \</body\> in your Customize, creates an Unanswered navigation tab \<script\> Discourse.ExternalNavItem = Discourse.NavItem.extend({ href : function() { return this.get('href'); }.property('href') }); I18n.translations.en.js.filters.unanswered = { title: "Unanswered", help: "Topics that have not be …

---

<div class="post-metadata">

### Author: ![ossia](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ossia/32/215651_2.png) [@ossia](https://meta.discourse.org/u/ossia)
#### Post date: [November 10, 2016, 8:26pm UTC](https://meta.discourse.org/t/just-show-posts-with-no-replies/52775/4 "2016-11-10T20:26:27Z")

</div>

Awesome! Thank you for your fast response. As the thread you linked to points out, my suspicion is that only a minority of our members are likely to patiently go through and respond, I think I’ll stick with the query that @awole20 recommended.

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [March 27, 2019, 9:07am UTC](https://meta.discourse.org/t/just-show-posts-with-no-replies/52775/5 "2019-03-27T09:07:57Z")

</div>



---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [March 28, 2019, 2:06am UTC](https://meta.discourse.org/t/just-show-posts-with-no-replies/52775/6 "2019-03-28T02:06:47Z")

</div>


