# The RSS title is "Latest Topics"

**URL:** https://meta.discourse.org/t/the-rss-title-is-latest-topics/15200
**Category:** Feature
**Created:** [5월 1, 2014, 12:01오전 UTC](https://meta.discourse.org/t/the-rss-title-is-latest-topics/15200 "2014-05-01T00:01:30Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![CamilleRoux](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/camilleroux/32/119575_2.png) [@CamilleRoux](https://meta.discourse.org/u/CamilleRoux)
#### Post date: [5월 1, 2014, 12:01오전 UTC](https://meta.discourse.org/t/the-rss-title-is-latest-topics/15200/1 "2014-05-01T00:01:30Z")

</div>

Is it possible to replace the RSS title from “Latest Topics” to the forum title?

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [5월 1, 2014, 12:04오전 UTC](https://meta.discourse.org/t/the-rss-title-is-latest-topics/15200/2 "2014-05-01T00:04:14Z")

</div>

Probably it should _include_ the forum title here. @neil can you make sure it maps to what we do on the HTML `<title>` tag in general?

---

<div class="post-metadata">

### Author: ![alxndr](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/alxndr/32/102300_2.png) [@alxndr](https://meta.discourse.org/u/alxndr)
#### Post date: [5월 1, 2014, 2:28오전 UTC](https://meta.discourse.org/t/the-rss-title-is-latest-topics/15200/3 "2014-05-01T02:28:10Z")

</div>

Is just the `SiteSetting.title` what you’re after?

[https://github.com/discourse/discourse/pull/2307](https://github.com/discourse/discourse/pull/2307)

---

<div class="post-metadata">

### Author: ![alxndr](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/alxndr/32/102300_2.png) [@alxndr](https://meta.discourse.org/u/alxndr)
#### Post date: [5월 8, 2014, 3:29오후 UTC](https://meta.discourse.org/t/the-rss-title-is-latest-topics/15200/4 "2014-05-08T15:29:34Z")

</div>

In [a comment on the PR](https://github.com/alxndr/discourse/commit/deb99e956e5eed6fad67aa6e537be5034db27d4b#app-controllers-list_controller-rb-P5), @sam pointed out this doesn’t work for right-to-left languages.

I haven’t done much of anything with i18n so I don’t know of a solution for deciding how to concatenate two strings which may be RTL or LTR. Since this already depends on the site’s title, and the admin is filling things in anyway, perhaps it’s fine to ask the admin for the direction of the title?

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [5월 20, 2015, 7:04오전 UTC](https://meta.discourse.org/t/the-rss-title-is-latest-topics/15200/5 "2015-05-20T07:04:55Z")

</div>


