# Wordpress: how to display discourse after the WP header on a WP-page?

**URL:** https://meta.discourse.org/t/wordpress-how-to-display-discourse-after-the-wp-header-on-a-wp-page/40167
**Category:** WordPress
**Created:** [2월 25, 2016, 4:38오후 UTC](https://meta.discourse.org/t/wordpress-how-to-display-discourse-after-the-wp-header-on-a-wp-page/40167 "2016-02-25T16:38:16Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![internetman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/internetman/32/39611_2.png) [@internetman](https://meta.discourse.org/u/internetman)
#### Post date: [2월 25, 2016, 4:38오후 UTC](https://meta.discourse.org/t/wordpress-how-to-display-discourse-after-the-wp-header-on-a-wp-page/40167/1 "2016-02-25T16:38:16Z")

</div>

Hello, and thanks for this great software!

I have been searching the support forum and how found many examples of sites which integrate WP and discourse like this: [https://community.namati.org/](https://community.namati.org/)

However, please excuse my lack of understanding, I cannot see how to do this on my own. Does this have to be specifically integrated per wordpress theme, or is there some generic code I can put in a special wordpress page which then shows discourse after the wordpress header on my page?

Cheers!

---

<div class="post-metadata">

### Author: ![ccdw](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ccdw/32/51564_2.png) [@ccdw](https://meta.discourse.org/u/ccdw)
#### Post date: [2월 25, 2016, 5:00오후 UTC](https://meta.discourse.org/t/wordpress-how-to-display-discourse-after-the-wp-header-on-a-wp-page/40167/2 "2016-02-25T17:00:46Z")

</div>

Start with this:

 ![](https://global.discourse-cdn.com/meta/original/3X/f/f/ff901a5b4aa7969dc92fa39aadbd98fdc571bbaf.png)

  
Add this in Admin (+some css):

 ![](https://global.discourse-cdn.com/meta/original/3X/a/4/a4a64417e4b90c25f95078ae666fdb1d53fa5b49.png)

  
get this:

 ![](https://global.discourse-cdn.com/meta/original/3X/f/e/fe4cfdeb81c1d923dbd4659dffa8955e24047993.png)

Add text and links in menu slots - that’s all - all done in Discourse.

---

<div class="post-metadata">

### Author: ![Grex315](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/grex315/32/115868_2.png) [@Grex315](https://meta.discourse.org/u/Grex315)
#### Post date: [2월 25, 2016, 5:04오후 UTC](https://meta.discourse.org/t/wordpress-how-to-display-discourse-after-the-wp-header-on-a-wp-page/40167/3 "2016-02-25T17:04:26Z")

</div>

This is a good tutorial on how to do it.

> [@(Superseded) Add header menu links](https://meta.discourse.org/t/how-to-add-header-menu-links/29563):
>
> This tutorial has been superseded by a theme component courtesy of @Johani. play_button outdated tutorial

---

<div class="post-metadata">

### Author: ![internetman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/internetman/32/39611_2.png) [@internetman](https://meta.discourse.org/u/internetman)
#### Post date: [2월 27, 2016, 3:45오후 UTC](https://meta.discourse.org/t/wordpress-how-to-display-discourse-after-the-wp-header-on-a-wp-page/40167/4 "2016-02-27T15:45:17Z")

</div>

Thank you @ccdw and @Grex315 for the helpful tips!

I am not sure if the css option you provided does exactly what I am looking for though. To maybe make my explanation clearer I will provide visual examples below. To be able to do this, I guess there needs to be some custom code in the wordpress theme?

Wordpress landing home page:

 ![](https://global.discourse-cdn.com/meta/original/3X/f/5/f571e151ee1eb8097149c7123427eebc5c9cbc0c.png)

Wordpress page, with discourse forum below header:

 ![](https://global.discourse-cdn.com/meta/original/3X/6/f/6ff9fa4df1137e52dddfea1fd9dc110fbe0f5515.png)

---

<div class="post-metadata">

### Author: ![Grex315](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/grex315/32/115868_2.png) [@Grex315](https://meta.discourse.org/u/Grex315)
#### Post date: [2월 27, 2016, 4:25오후 UTC](https://meta.discourse.org/t/wordpress-how-to-display-discourse-after-the-wp-header-on-a-wp-page/40167/5 "2016-02-27T16:25:51Z")

</div>

If you are talking about embedding Discourse into your wordpress site I would advise against that. Plus I am pretty sure its not supported. Instead simply have that forum link go to your discourse site and then add code into the customization \> CSS/HTML \> Header section like @ccdw shows to make it look like your wordpress site. That is what the site you initially reference does.
