# Is het mogelijk om aangepaste pagina's te maken in Discourse?

**URL:** https://meta.discourse.org/t/is-it-possible-to-create-custom-pages-in-discourse/373163
**Category:** Support
**Created:** [7 juli 2025 om 11:20 UTC](https://meta.discourse.org/t/is-it-possible-to-create-custom-pages-in-discourse/373163 "2025-07-07T11:20:47Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Gaurav\_Kumar\_Sandan](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/gaurav_kumar_sandan/32/307659_2.png) [@Gaurav\_Kumar\_Sandan](https://meta.discourse.org/u/Gaurav_Kumar_Sandan)
#### Post date: [7 juli 2025 om 11:20 UTC](https://meta.discourse.org/t/is-it-possible-to-create-custom-pages-in-discourse/373163/1 "2025-07-07T11:20:47Z")

</div>

We onderzoeken de mogelijkheid om **aangepaste pagina’s** toe te voegen aan onze Discourse-instantie (bijvoorbeeld een helpcentrum of een integratiespecifieke pagina). We zijn er niet helemaal zeker van of Discourse dit native ondersteunt of dat er een plugin of thema-aanpassing voor nodig is. Kunt u ons alstublieft begeleiden bij de vraag of dit mogelijk is en, zo ja, wat de aanbevolen aanpak zou zijn?

---

<div class="post-metadata">

### Author: ![NateDhaliwal](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/natedhaliwal/32/313494_2.png) [@NateDhaliwal](https://meta.discourse.org/u/NateDhaliwal)
#### Post date: [7 juli 2025 om 13:55 UTC](https://meta.discourse.org/t/is-it-possible-to-create-custom-pages-in-discourse/373163/2 "2025-07-07T13:55:02Z")

</div>

You may want to check out

> [@Landing Pages Plugin small\_airplane](https://meta.discourse.org/t/landing-pages-plugin/180967):
>
> The Landing Pages Plugin lets you make standalone landing pages for your Discourse instance. You can display topics, users and other content from your forum. You can restrict pages to groups, apply Discourse themes, set custom paths, and manage pages in a dedicated git repository. [[Screen Shot 2021-02-23 at 6.11.10 PM]](https://thepavilion.io/welcome)desktop_computer[Get the code](https://github.com/paviliondev/discourse-landing-pages)page_facing_up [Read the documentation](https://coop.pavilion.tech/docs?category=130)raising_hand_woman [Request a feature](https://coop.pavilion.tech/c/support/discourse-landing-pages/131)bug [Report a bug](https://coop.pavilion.tech/c/support/discourse-landing-pages/131) Not sure how to install a plugin? [Follow t…](https://meta.discourse.org/t/install-plugins-in-discourse/19157)

and

> [@Page Publishing](https://meta.discourse.org/t/page-publishing/151971):
>
> bookmark This guide covers how to use the Page Publishing feature on Discourse. This feature allows Staff users to convert a topic into a standalone static page with custom styling. Examples include the Terms of Service and Privacy Policy pages. person_raising_hand Required user level: Staff Publishing static pages on Discourse Page Publishing allows Staff users to create standalone static pages from topics. This is similar to the process for creating Terms of Service or Privacy Policy …

---

<div class="post-metadata">

### Author: ![Gaurav\_Kumar\_Sandan](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/gaurav_kumar_sandan/32/307659_2.png) [@Gaurav\_Kumar\_Sandan](https://meta.discourse.org/u/Gaurav_Kumar_Sandan)
#### Post date: [11 juli 2025 om 05:18 UTC](https://meta.discourse.org/t/is-it-possible-to-create-custom-pages-in-discourse/373163/3 "2025-07-11T05:18:30Z")

</div>

Hallo, @NateDhaliwal  
Ik heb een aangepaste pagina gemaakt en deze werkt nu. Hoe kan ik aangepaste HTML of CSS aan deze pagina toevoegen?

---

<div class="post-metadata">

### Author: ![NateDhaliwal](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/natedhaliwal/32/313494_2.png) [@NateDhaliwal](https://meta.discourse.org/u/NateDhaliwal)
#### Post date: [11 juli 2025 om 08:29 UTC](https://meta.discourse.org/t/is-it-possible-to-create-custom-pages-in-discourse/373163/4 "2025-07-11T08:29:41Z")

</div>

Hallo, welke methode heb je gebruikt? Bedankt.

---

<div class="post-metadata">

### Author: ![Gaurav\_Kumar\_Sandan](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/gaurav_kumar_sandan/32/307659_2.png) [@Gaurav\_Kumar\_Sandan](https://meta.discourse.org/u/Gaurav_Kumar_Sandan)
#### Post date: [11 juli 2025 om 09:23 UTC](https://meta.discourse.org/t/is-it-possible-to-create-custom-pages-in-discourse/373163/5 "2025-07-11T09:23:09Z")

</div>

Hallo @NateDhaliwal  
Ik gebruik de Pagina publicatiemethode

---

<div class="post-metadata">

### Author: ![NateDhaliwal](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/natedhaliwal/32/313494_2.png) [@NateDhaliwal](https://meta.discourse.org/u/NateDhaliwal)
#### Post date: [11 juli 2025 om 09:50 UTC](https://meta.discourse.org/t/is-it-possible-to-create-custom-pages-in-discourse/373163/6 "2025-07-11T09:50:30Z")

</div>

I believe you can still use CSS to style published pages:

> [@Page Publishing](https://meta.discourse.org/t/page-publishing/151971/1):
>
> ### How can I customize the look of a published page?
> 
> Use the structure of the HTML document and corresponding CSS selectors to apply custom styles under `Admin` \> `Customize` \> `Themes` \> `CSS`.
> 
> ## Additional resources
> 
> - [Make CSS changes on Your Site](https://meta.discourse.org/t/make-css-changes-on-your-site/168101?silent=true)

If I’m not wrong, published pages can be targeted with the `.published-page` CSS class.
