Last active
March 31, 2018 03:43
-
-
Save dankerizer/f0a73f327b17ddb6bde7aaef3a94c634 to your computer and use it in GitHub Desktop.
page-kosong.php
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Template Name: Halaman Kosong | |
| * Created by Hadie Danker – page-recent-post.php. | |
| * URI : https://theme.id | |
| * Date: 19/01/2018 | |
| * Time: 1:14 | |
| * Caranya | |
| * 1. buat file dengan nama page-kosong.php | |
| * 2. buka di notepad kemudian copy code ini | |
| * 3. upload ke folder theme yang saat ini aktif | |
| */ | |
| get_header(); | |
| ?> | |
| <?php the_content();?> | |
| <?php get_footer(); ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment