# Sort tagged topics by creation (or tagging) date

**URL:** https://meta.discourse.org/t/sort-tagged-topics-by-creation-or-tagging-date/89964
**Category:** Feature
**Created:** [June 15, 2018, 11:30am UTC](https://meta.discourse.org/t/sort-tagged-topics-by-creation-or-tagging-date/89964 "2018-06-15T11:30:55Z")
**Posts on this page:** 20
**Page:** 1

<div class="post-metadata">

### Author: ![ChameleonScales](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chameleonscales/32/204777_2.png) [@ChameleonScales](https://meta.discourse.org/u/ChameleonScales)
#### Post date: [June 15, 2018, 11:30am UTC](https://meta.discourse.org/t/sort-tagged-topics-by-creation-or-tagging-date/89964/1 "2018-06-15T11:30:55Z")

</div>

You can order topics within a category by creation date with `?order=created` but you can’t do that with tags.

The only workaround is to use the search feature but this feature has limitations. For instance it doesn’t show more than 175 results (e.g. [Search results for '#pr-welcome order:latest\_topic' - Discourse Meta](https://meta.discourse.org/search?expanded=true&q=%23pr-welcome%20order%3Alatest_topic))  
Also it doesn’t work with several plugins.

A real solution like `order=created` would solve that.

---

<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: [June 16, 2018, 2:11am UTC](https://meta.discourse.org/t/sort-tagged-topics-by-creation-or-tagging-date/89964/2 "2018-06-16T02:11:10Z")

</div>

I am still not following:

[https://meta.discourse.org/?order=created&tags=docker](https://meta.discourse.org/?order=created&tags=docker)

[https://meta.discourse.org/?order=op\_likes&tags=docker](https://meta.discourse.org/?order=op_likes&tags=docker)

And so on

---

<div class="post-metadata">

### Author: ![ChameleonScales](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chameleonscales/32/204777_2.png) [@ChameleonScales](https://meta.discourse.org/u/ChameleonScales)
#### Post date: [June 16, 2018, 11:24am UTC](https://meta.discourse.org/t/sort-tagged-topics-by-creation-or-tagging-date/89964/3 "2018-06-16T11:24:53Z")

</div>

Awesome! Didn’t know you have to put the order before the tag.  
However it doesn’t work on blenderartists. Where is the documentation for all these url suffixes?  
@bartv any idea why it doesn’t work on blenderartists?

---

<div class="post-metadata">

### Author: ![davidkingham](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/davidkingham/32/119528_2.png) [@davidkingham](https://meta.discourse.org/u/davidkingham)
#### Post date: [June 16, 2018, 3:02pm UTC](https://meta.discourse.org/t/sort-tagged-topics-by-creation-or-tagging-date/89964/4 "2018-06-16T15:02:00Z")

</div>

I concur that neither options I have found for this work on my site either, I have tried both of these and they throw me to the home page.

/?tags=lightroom&order=created\_at  
/?order=created&tags=lightroom

---

<div class="post-metadata">

### Author: ![Mittineague](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mittineague/32/114259_2.png) [@Mittineague](https://meta.discourse.org/u/Mittineague)
#### Post date: [June 16, 2018, 9:17pm UTC](https://meta.discourse.org/t/sort-tagged-topics-by-creation-or-tagging-date/89964/5 "2018-06-16T21:17:01Z")

</div>

I notice that here at meta the links Sam posted are routed to “`/latest?tags=`” i.e. the query parameters are added to a page path and not the / directory.

Might it be that latest needs to be the “home” page for these to work without explicitly using latest in the URL?  
In other words, if the category list page is “home” it can’t be sorted / filtered as the latest list page can be.

---

<div class="post-metadata">

### Author: ![davidkingham](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/davidkingham/32/119528_2.png) [@davidkingham](https://meta.discourse.org/u/davidkingham)
#### Post date: [June 22, 2018, 2:02pm UTC](https://meta.discourse.org/t/sort-tagged-topics-by-creation-or-tagging-date/89964/6 "2018-06-22T14:02:17Z")

</div>

I think you’re on to something, this seems to be working on my site

`/latest?order=created&tags=lightroom`

---

<div class="post-metadata">

### Author: ![ChameleonScales](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chameleonscales/32/204777_2.png) [@ChameleonScales](https://meta.discourse.org/u/ChameleonScales)
#### Post date: [June 22, 2018, 2:37pm UTC](https://meta.discourse.org/t/sort-tagged-topics-by-creation-or-tagging-date/89964/7 "2018-06-22T14:37:52Z")

</div>

I confirm, adding `/latest` does the trick. Thanks @Mittineague!  
Although the Topic List Preview plugin doesn’t cope well with it, as it doesn’t display the thumbnails like it does with the default tag listing.

---

<div class="post-metadata">

### Author: ![davidkingham](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/davidkingham/32/119528_2.png) [@davidkingham](https://meta.discourse.org/u/davidkingham)
#### Post date: [June 23, 2018, 6:59pm UTC](https://meta.discourse.org/t/sort-tagged-topics-by-creation-or-tagging-date/89964/8 "2018-06-23T18:59:22Z")

</div>

My topic list preview is working for this, do you have tags and latest in the topic\_list\_thumbnail setting?

![image](https://global.discourse-cdn.com/meta/original/3X/0/6/06740ab3520a2db69496e9c220ee3960055f2641.png)

---

<div class="post-metadata">

### Author: ![ChameleonScales](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chameleonscales/32/204777_2.png) [@ChameleonScales](https://meta.discourse.org/u/ChameleonScales)
#### Post date: [June 29, 2018, 12:29am UTC](https://meta.discourse.org/t/sort-tagged-topics-by-creation-or-tagging-date/89964/11 "2018-06-29T00:29:27Z")

</div>

Not “latest” because [blenderartists.org](http://blenderartists.org) is kind of half for artwork and half for help on using the program, so enabling thumbnails on latest would be problematic (tech support topics shouldn’t have thumbnails).  
Could there be any workaround?

---

<div class="post-metadata">

### Author: ![ChameleonScales](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chameleonscales/32/204777_2.png) [@ChameleonScales](https://meta.discourse.org/u/ChameleonScales)
#### Post date: [July 10, 2018, 4:42pm UTC](https://meta.discourse.org/t/sort-tagged-topics-by-creation-or-tagging-date/89964/12 "2018-07-10T16:42:58Z")

</div>

To the developers of Discourse: would it be possible to implement a “/tags/some-tag?order=created” system?  
That would allow the Topic List Preview add-on to work along with it.

---

<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: [July 11, 2018, 12:32am UTC](https://meta.discourse.org/t/sort-tagged-topics-by-creation-or-tagging-date/89964/13 "2018-07-11T00:32:32Z")

</div>

OK let me clarify, you have:

`https://blenderartists.org/latest?order=created&tags=architecture`

But want that displayed like:

`https://blenderartists.org/tags/architecture`

So you have 3 options here:

1. Get @angus to add some magic option here for you
2. Turn on topic preview everywhere and not only on tags
3. Submit a PR to core that adds `order` support to the tags route (not against this)

---

<div class="post-metadata">

### Author: ![ChameleonScales](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chameleonscales/32/204777_2.png) [@ChameleonScales](https://meta.discourse.org/u/ChameleonScales)
#### Post date: [July 11, 2018, 12:50am UTC](https://meta.discourse.org/t/sort-tagged-topics-by-creation-or-tagging-date/89964/14 "2018-07-11T00:50:04Z")

</div>

1. not happening. Enabling thumbnails on tech support topics is a waste of space
2. didn’t quite get that. What’s a PR?

---

<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: [July 11, 2018, 12:53am UTC](https://meta.discourse.org/t/sort-tagged-topics-by-creation-or-tagging-date/89964/15 "2018-07-11T00:53:37Z")

</div>

> [@ChameleonScales](#):
>
> What’s a PR?

A change request of contributed code by the community to our Discourse repo at: [GitHub - discourse/discourse: A platform for community discussion. Free, open, simple. · GitHub](https://github.com/discourse/discourse)

If you wanted to kick start this change you could post to #Marketplace with a budget.

---

<div class="post-metadata">

### Author: ![ChameleonScales](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chameleonscales/32/204777_2.png) [@ChameleonScales](https://meta.discourse.org/u/ChameleonScales)
#### Post date: [July 11, 2018, 12:55pm UTC](https://meta.discourse.org/t/sort-tagged-topics-by-creation-or-tagging-date/89964/17 "2018-07-11T12:55:08Z")

</div>

I have no knowledge in any of the languages that Discourse is made with so I can’t make a pull request myself and since the issue tracker is disabled, I guess I just have to keep this request here and be patient.

---

<div class="post-metadata">

### Author: ![bartv](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/bartv/32/130052_2.png) [@bartv](https://meta.discourse.org/u/bartv)
#### Post date: [July 11, 2018, 12:56pm UTC](https://meta.discourse.org/t/sort-tagged-topics-by-creation-or-tagging-date/89964/18 "2018-07-11T12:56:27Z")

</div>

I’ll see if there are drawbacks to enabling topics preview everywhere (I have concerns about layout and performance), and if needed I can chat with Angus too to see if this is something he thinks is worth doing.

---

<div class="post-metadata">

### Author: ![angus](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/angus/32/341715_2.png) [@angus](https://meta.discourse.org/u/angus)
#### Post date: [July 13, 2018, 5:21am UTC](https://meta.discourse.org/t/sort-tagged-topics-by-creation-or-tagging-date/89964/19 "2018-07-13T05:21:30Z")

</div>

You guys want this route sorted by tag creation to match with the featured topics order right?

> **[Topics tagged featured](https://blenderartists.org/tag/featured)**
>
> Topics tagged featured

---

<div class="post-metadata">

### Author: ![bartv](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/bartv/32/130052_2.png) [@bartv](https://meta.discourse.org/u/bartv)
#### Post date: [July 13, 2018, 5:48am UTC](https://meta.discourse.org/t/sort-tagged-topics-by-creation-or-tagging-date/89964/20 "2018-07-13T05:48:23Z")

</div>

Yeah exactly. Right now the user experience of going from the featured row to the featured gallery is weird as their order is different.

---

<div class="post-metadata">

### Author: ![angus](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/angus/32/341715_2.png) [@angus](https://meta.discourse.org/u/angus)
#### Post date: [July 21, 2018, 4:55am UTC](https://meta.discourse.org/t/sort-tagged-topics-by-creation-or-tagging-date/89964/21 "2018-07-21T04:55:22Z")

</div>

This has been addressed, insofar as it applies to featured topics in the Topic List Previews plugin:  
[https://meta.discourse.org/t/topic-list-previews/41630/887?u=angus](https://meta.discourse.org/t/topic-list-previews/41630/887)

---

<div class="post-metadata">

### Author: ![ChameleonScales](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chameleonscales/32/204777_2.png) [@ChameleonScales](https://meta.discourse.org/u/ChameleonScales)
#### Post date: [July 22, 2018, 4:00pm UTC](https://meta.discourse.org/t/sort-tagged-topics-by-creation-or-tagging-date/89964/22 "2018-07-22T16:00:19Z")

</div>

Great!  
One issue solved.  
Is it possible to expand it to work with any tag?

---

<div class="post-metadata">

### Author: ![ChameleonScales](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chameleonscales/32/204777_2.png) [@ChameleonScales](https://meta.discourse.org/u/ChameleonScales)
#### Post date: [November 4, 2018, 7:07pm UTC](https://meta.discourse.org/t/sort-tagged-topics-by-creation-or-tagging-date/89964/23 "2018-11-04T19:07:34Z")

</div>

Actually… I’m not sure it works.  
Isn’t it supposed to sort featured topics by tagging date?

[Next page](https://meta.discourse.org/t/sort-tagged-topics-by-creation-or-tagging-date/89964.md?page=2)
