> For the complete documentation index, see [llms.txt](https://wpdocs.gitbook.io/huntor/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wpdocs.gitbook.io/huntor/content-management/homepage/newsletter.md).

# Newsletter

On the Huntor homepage, there is a newsletter content. (Homepage 02 & 03)

![Huntor - Newsletter](/files/-MYNf4qY0625PRjPT2Bp)

To show as above image, you can see the detail:&#x20;

* Sign up account Mailchimp
* Get API Key from your Mailchimp account and insert via Admin > Mailchimp > Insert API key

![](/files/-MYNfGqFMvMl2J0Tkwno)

* Add form newsletter to show on the homepage and Save the changes

![](/files/-MYNfSG6PB8ObBC54IF_)

Add this css for form code:

```
<input type="email" name="EMAIL" placeholder="Your email address" required />
<button class="button-skew" type="submit" value="subscribe">
<span>Subscribe</span>
</button>
```

![](/files/-MYNfbJSUYmU_M_Afwvo)

* After saving, it appears at frontend:

![Huntor WordPress Theme with Newsletter](/files/-MYNfm_qexIWvPFjDMc2)
