Menü schliessen
Created: April 16th 2016
Last updated: May 1st 2020
Categories: IT Development,  Wordpress
Author: Marcus Fleuti

How to use a Custom Page as a Home Page in WordPress

Donation Section: Background
Monero Badge: QR-Code
Monero Badge: Logo Icon Donate with Monero Badge: Logo Text
82uymVXLkvVbB4c4JpTd1tYm1yj1cKPKR2wqmw3XF8YXKTmY7JrTriP4pVwp2EJYBnCFdXhLq4zfFA6ic7VAWCFX5wfQbCC

This is one of the most wanted hacks that users want to know how to accomplish. First you need to learn how to create a custom page. You will need to duplicate your page.php or create a brand new .php file and add the following code at the very top:

<?php /* Template Name: Template Home */ ?>

You can change the template name. Change any styling, that you want in that page. Go to your WordPress admin panel and create a new page and select this template.

Template Home

Once you have published this page go to Settings » Reading in your admin panel.

Reading Settigns

And select your page to be the homepage. Now you have yourself a Custom Home Page.