# Making the About and FAQ visible to anon

**URL:** https://meta.discourse.org/t/making-the-about-and-faq-visible-to-anon/150043
**Category:** Support
**Created:** [May 1, 2020, 10:01am UTC](https://meta.discourse.org/t/making-the-about-and-faq-visible-to-anon/150043 "2020-05-01T10:01:30Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![nathank](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/nathank/32/290039_2.png) [@nathank](https://meta.discourse.org/u/nathank)
#### Post date: [May 1, 2020, 10:01am UTC](https://meta.discourse.org/t/making-the-about-and-faq-visible-to-anon/150043/1 "2020-05-01T10:01:30Z")

</div>

We have a **login required** instance, but would like to reveal our About and FAQ pages to people who are not logged in.

I note that the /tos and /privacy pages are visible to anon:  
 ![image](https://global.discourse-cdn.com/meta/original/3X/d/1/d1187e0abc9716d9494216a881670544f1ed5613.png)

but we’d really like all four of them like this:

![image](https://global.discourse-cdn.com/meta/original/3X/d/d/dd6f9a15ab44e5f6c0a8dcef4e225ee489934d61.png)

I know how to create links (only visible to anon) to these via a Theme component, but I can’t work out how to make /about and /faq pages (and their navigation) visible to anon.

Any tips?

---

<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: [May 1, 2020, 8:40pm UTC](https://meta.discourse.org/t/making-the-about-and-faq-visible-to-anon/150043/2 "2020-05-01T20:40:13Z")

</div>

You might have better look hosting those on the parent domain such as

`www.example.com/faq`  
`www.example.com/tos`

And then linking to them from

`forum.example.com`

---

<div class="post-metadata">

### Author: ![nathank](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/nathank/32/290039_2.png) [@nathank](https://meta.discourse.org/u/nathank)
#### Post date: [May 1, 2020, 9:22pm UTC](https://meta.discourse.org/t/making-the-about-and-faq-visible-to-anon/150043/3 "2020-05-01T21:22:02Z")

</div>

Thanks for getting back to me Jeff - I know that is an option, but it has several downsides:

1. it will erode the value of our lovely short [healthforum.nz](http://healthforum.nz) domain name - this is of course where our instance resides. We could of course get around this by having the pages in a subdomain such as [info.healthforum.nz/faq](http://info.healthforum.nz/faq)
2. the existing really nice navigation within faq / about / tos / privacy (and now guidelines oddly if FAQ is redirected) does not work for anon as they remain stuck with just tos/privacy
3. there isn’t a facility to redirect /privacy or /about in order to have the whole bunch + navigation outside of Discourse

Surely there is a way to make those two pages (and the navigation links to them) visible to anon with a bit of theme customisation. @awesomerobot, your topic here looks to contain the building blocks that I would need (I think) - please let me know if I am barking up the wrong tree!

> [@Add custom content that only appears on your homepage](https://meta.discourse.org/t/how-to-add-custom-content-that-only-appears-on-your-homepage/131415):
>
> A very common situation you’ll find yourself in as a theme developer is the need to create content that only shows on the homepage of your community. You might add some HTML to the “After Header” section of your theme, which will then appear on every page. You can jump through some hoops in CSS to hide this everywhere except the homepage… but instead let’s use a Discourse theme to create a component with content that is only visible on your homepage. If you’re unfamiliar with Discourse themes …

---

<div class="post-metadata">

### Author: ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)
#### Post date: [May 1, 2020, 9:34pm UTC](https://meta.discourse.org/t/making-the-about-and-faq-visible-to-anon/150043/4 "2020-05-01T21:34:13Z")

</div>

You probably want to look at something like [Welcome page for private sites](https://meta.discourse.org/t/welcome-page-for-private-sites/98591) where you’d be adding content to the “account required” page.

As far as I know what you can do with a theme is very limited when login is required because at that point most of Discourse (not just the content) is inaccessible to anonymous users.

---

<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: [June 23, 2024, 4:51pm UTC](https://meta.discourse.org/t/making-the-about-and-faq-visible-to-anon/150043/5 "2024-06-23T16:51:33Z")

</div>



---

<div class="post-metadata">

### Author: ![ondrej](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ondrej/32/198804_2.png) [@ondrej](https://meta.discourse.org/u/ondrej)
#### Post date: [June 23, 2024, 5:17pm UTC](https://meta.discourse.org/t/making-the-about-and-faq-visible-to-anon/150043/6 "2024-06-23T17:17:54Z")

</div>

This is possible using the [Trendy Login](https://meta.discourse.org/t/trendy-login/206955) theme component and [Page Publishing](https://meta.discourse.org/t/page-publishing/151971). If you go to the TC settings you will find a `login subheader` setting. Here you can add the FaQ and About

`<a href="your-url-here">FaQ</a> | <a href="your-url-here">About</a>`

Result:

 ![image](https://global.discourse-cdn.com/meta/original/4X/9/f/e/9fe3e0681aa4f927b2e6172af8c27c7182bbba14.png)
