# I would like to change the template completely

**URL:** https://meta.discourse.org/t/i-would-like-to-change-the-template-completely/115096
**Category:** Development
**Created:** [April 15, 2019, 12:07pm UTC](https://meta.discourse.org/t/i-would-like-to-change-the-template-completely/115096 "2019-04-15T12:07:02Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![Stranik](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/stranik/32/85638_2.png) [@Stranik](https://meta.discourse.org/u/Stranik)
#### Post date: [April 15, 2019, 1:09pm UTC](https://meta.discourse.org/t/i-would-like-to-change-the-template-completely/115096/2 "2019-04-15T13:09:47Z")

</div>

I think the following posts can help you with this.

> [@Developing Discourse Plugins - Part 1 - Create a basic plugin](https://meta.discourse.org/t/beginners-guide-to-creating-discourse-plugins-part-1/30515):
>
> Building a plugin in Discourse can be really simple, once you learn a couple of quirks. The goal of this post is to create a skeleton plugin and introduce you to the basics. Your development environment Make sure you have a development environment of Discourse running on your computer. I recommend you use [the appropriate setup guide](https://meta.discourse.org/tag/dev-install) and come back when you’re done. plugin.rbtada Use [GitHub - discourse/discourse-plugin-skeleton: Template for Discourse plugins · GitHub](https://github.com/discourse/discourse-plugin-skeleton) to create a complete di…

> [@Developing Discourse Themes & Theme Components](https://meta.discourse.org/t/developer-s-guide-to-discourse-themes/93648):
>
> Discourse Themes and Theme Components can be used to customize the look, feel and functionality of Discourse’s frontend. This section of the developer guides aims to provide all the reference materials you need to develop simple themes for a single site, right up to complex open-source theme components. This introduction aims to provide a map of all the tools and APIs for theme development. If you prefer a step-by-step tutorial for theme development, jump straight to: Themes vs. Theme Compon…

It’s almost always better to use a theme than a plugin. Themes are much easier to install and maintain than plugins and are much less likely to disable your site in an upgrade.

Example

[https://github.com/discourse/discourse-simple-theme](https://github.com/discourse/discourse-simple-theme)

---

_[View the full topic](https://meta.discourse.org/t/i-would-like-to-change-the-template-completely/115096)._
