Skip to content

Instantly share code, notes, and snippets.

@dankerizer
Last active March 31, 2018 03:43
Show Gist options
  • Select an option

  • Save dankerizer/f0a73f327b17ddb6bde7aaef3a94c634 to your computer and use it in GitHub Desktop.

Select an option

Save dankerizer/f0a73f327b17ddb6bde7aaef3a94c634 to your computer and use it in GitHub Desktop.
page-kosong.php
<?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