Title: Blank Slate
Author: Aaron Reimann
Published: <strong>7 april 2016</strong>
Last modified: 10 mars 2023

---

Sök tillägg

![](https://ps.w.org/blank-slate/assets/banner-772x250.png?rev=1654426)

Det här tillägget **har inte testats med någon av de 3 senaste huvudversionerna 
av WordPress**. Det kanske inte längre underhålls och kan ha kompatibilitetsproblem
när det används tillsammans med nyare versioner av WordPress.

![](https://ps.w.org/blank-slate/assets/icon-256x256.png?rev=1654426)

# Blank Slate

 Av [Aaron Reimann](https://profiles.wordpress.org/areimann/)

[Ladda ner](https://downloads.wordpress.org/plugin/blank-slate.1.2.2.zip)

 * [Detaljer](https://sv.wordpress.org/plugins/blank-slate/#description)
 * [Recensioner](https://sv.wordpress.org/plugins/blank-slate/#reviews)
 *  [Installation](https://sv.wordpress.org/plugins/blank-slate/#installation)
 * [Utveckling](https://sv.wordpress.org/plugins/blank-slate/#developers)

 [Support](https://wordpress.org/support/plugin/blank-slate/)

## Beskrivning

This creates a page template giving you a blank page so only the content of the 
page is displayed. Header and footer are totally empty. This is great for page builders(
Beaver Builder, Divi, etc), landing pages and squeeze pages.

 This plugin will load everything that is normally included in the wp_head() and
wp_footer(), so all scripts and styles should load as normal.

## Skärmdumpar

 * [[
 * Shows you how to select the page template called “Blank Slate”

## Installation

 1. Unzip and upload the plugin into the plugins directory and then activate it.
 2. Go to Pages
 3. Add New, or select an existing page
 4. Scroll down on the right (in theory) and select the page template called “Blank
    Slate”

## Recensioner

![](https://secure.gravatar.com/avatar/f09a894695b710403bb2303c6214fb84a9cd006d1795d18b57c10fc67ee5cd35?
s=60&d=retro&r=g)

### 󠀁[Plug and play](https://wordpress.org/support/topic/plug-and-play-29/)󠁿

 [Mary Mojisola Job](https://profiles.wordpress.org/mariaojob/) 29 juli 2023

This works as advertised, no shenanigans. Thank you.

![](https://secure.gravatar.com/avatar/a748bd42c9a0da842103fa51cb184a726b5f68f60263199829ba7875da4d709a?
s=60&d=retro&r=g)

### 󠀁[It does what it says it does, nothing less, nothing more](https://wordpress.org/support/topic/it-does-what-it-says-it-does-nothing-less-nothing-more/)󠁿

 [Alain Guillot](https://profiles.wordpress.org/alainguillot/) 17 mars 2023

I love it when a plugin just works. I also love not having to deal with upsells.
Thank you.

![](https://secure.gravatar.com/avatar/40d7759c6d9ffed2e216b052cd3e31097ac4829fddf2049654b0ea0755111c14?
s=60&d=retro&r=g)

### 󠀁[Works perfect](https://wordpress.org/support/topic/works-perfect-903/)󠁿

 [Lu Is](https://profiles.wordpress.org/kalimanmx/) 15 april 2021 1 svar

Thanks a lot for this plugin!! Very useful for clean works!

![](https://secure.gravatar.com/avatar/088ad0aaa45d264f2b143c7a0425b48245f26e2cf7a8771ba1215dacce4e9917?
s=60&d=retro&r=g)

### 󠀁[Excellent!](https://wordpress.org/support/topic/excellent-9135/)󠁿

 [ajpintos](https://profiles.wordpress.org/ajpintos/) 21 maj 2020 1 svar

Very good plugin!

![](https://secure.gravatar.com/avatar/b312f53a1cf0eb62639592f8a91f673d0abe97b9c9cfd78f29f2a5edc8237f08?
s=60&d=retro&r=g)

### 󠀁[Working 100%](https://wordpress.org/support/topic/working-100-5/)󠁿

 [Reichlich](https://profiles.wordpress.org/reichlich/) 5 oktober 2019 1 svar

great plug

![](https://secure.gravatar.com/avatar/3ee56a0fef84a29dfb4da456b362ef9d1a353fb7fab1a7ad1521df1956ced892?
s=60&d=retro&r=g)

### 󠀁[A Must Have Plugin](https://wordpress.org/support/topic/a-must-have-plugin-230/)󠁿

 [starapple](https://profiles.wordpress.org/starapple/) 13 september 2018 1 svar

Great job Aaron. Now that Gutenberg has been reborn, this feature should be in core.
Tabula rasa if you’re going to be given such lovely canvas tools in an era when 
Web hosts clamour to give their customers drag and drop tools.

 [ Läs alla 23 betyg ](https://wordpress.org/support/plugin/blank-slate/reviews/)

## Bidragsgivare och utvecklare

”Blank Slate” är programvara med öppen källkod. Följande personer har bidragit till
detta tillägg.

Bidragande personer

 *   [ Aaron Reimann ](https://profiles.wordpress.org/areimann/)
 *   [ Micah Wood ](https://profiles.wordpress.org/wpscholar/)

”Blank Slate” har översatts till 6 språk. Tack till [översättarna](https://translate.wordpress.org/projects/wp-plugins/blank-slate/contributors)
för deras bidrag.

[Översätt ”Blank Slate” till ditt språk.](https://translate.wordpress.org/projects/wp-plugins/blank-slate)

### Intresserad av programutveckling?

[Läs programkoden](https://plugins.trac.wordpress.org/browser/blank-slate/), kika
på [SVN-filförvaret](https://plugins.svn.wordpress.org/blank-slate/) eller prenumerera
på [utvecklarloggen](https://plugins.trac.wordpress.org/log/blank-slate/) via [RSS](https://plugins.trac.wordpress.org/log/blank-slate/?limit=100&mode=stop_on_copy&format=rss).

## Ändringslogg

#### 1.2.1

 * Fix minor WP compatibility issue: wp_body_open().

#### 1.2

 * Enhancement: Allow themes to override plugin templates
 * Maintenance: Add wp_body_open() template tag
 * Security: Update Lodash version

#### 1.1.5

 * Updated code to meet coding standards.

#### 1.1.4

 * Added support for language translations.
 * Bugfix for template context. Prevent assigned template from being used on archive
   pages where the first page is using the Blank Slate template.

#### 1.1.3

 * Removed old approach that is only supported in WordPress version 4.6 and older.
 * Updated code for better integration with the pro version.
 * Updated code to better adhere to WordPress coding standards.
 * Tested in WordPress 5.0.

#### 1.1.2

 * Showing title for themes that don’t support title-tag

#### 1.1.1

 * Template that is loaded now loads viewport correctly

#### 1.1

 * Fixes where it will work with WP 4.7.0

#### 1.0

 * Första utgåvan

## Meta

 *  Version **1.2.1**
 *  Senast uppdaterat **3 år sedan**
 *  Aktiva installationer **10 000+**
 *  WordPress-version ** 4.7 eller senare **
 *  Testat upp till **6.1.10**
 *  PHP-version ** 5.3 eller senare **
 *  Språk
 * [Dutch](https://nl.wordpress.org/plugins/blank-slate/), [Dutch (Belgium)](https://nl-be.wordpress.org/plugins/blank-slate/),
   [English (US)](https://wordpress.org/plugins/blank-slate/), [German](https://de.wordpress.org/plugins/blank-slate/),
   [Portuguese (Brazil)](https://br.wordpress.org/plugins/blank-slate/), [Spanish (Mexico)](https://es-mx.wordpress.org/plugins/blank-slate/)
   och [Swedish](https://sv.wordpress.org/plugins/blank-slate/).
 *  [Översätt till ditt språk](https://translate.wordpress.org/projects/wp-plugins/blank-slate)
 * Etiketter
 * [blank](https://sv.wordpress.org/plugins/tags/blank/)[canvas](https://sv.wordpress.org/plugins/tags/canvas/)
   [empty](https://sv.wordpress.org/plugins/tags/empty/)[landing](https://sv.wordpress.org/plugins/tags/landing/)
   [page builder](https://sv.wordpress.org/plugins/tags/page-builder/)
 *  [Avancerad vy](https://sv.wordpress.org/plugins/blank-slate/advanced/)

## Betyg

 5 av 5 stjärnor.

 *  [  23 5-stjärniga recensioner     ](https://wordpress.org/support/plugin/blank-slate/reviews/?filter=5)
 *  [  0 4-stjärniga recensioner     ](https://wordpress.org/support/plugin/blank-slate/reviews/?filter=4)
 *  [  0 3-stjärniga recensioner     ](https://wordpress.org/support/plugin/blank-slate/reviews/?filter=3)
 *  [  0 2-stjärniga recensioner     ](https://wordpress.org/support/plugin/blank-slate/reviews/?filter=2)
 *  [  0 1-stjärniga recensioner     ](https://wordpress.org/support/plugin/blank-slate/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/blank-slate/reviews/#new-post)

[Se alla recensioner](https://wordpress.org/support/plugin/blank-slate/reviews/)

## Bidragande personer

 *   [ Aaron Reimann ](https://profiles.wordpress.org/areimann/)
 *   [ Micah Wood ](https://profiles.wordpress.org/wpscholar/)

## Support

Har du något att säga? Behöver du hjälp?

 [Visa supportforum](https://wordpress.org/support/plugin/blank-slate/)

## Donera

Skulle du vilja bidra till utvecklingen av detta tillägg?

 [ Donera till det här tillägget ](https://www.paypal.me/wpdonate)