Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 1. Menambahkan tanggal di home list default
- file: index.php
- tambahkan kode <?php echo get_the_date(); ?> di baris 45 setelah judul
- 2. Pada content/archive.php
- baris 27 ganti dengan ini:
- <a href="<?php the_permalink(); ?>"><?php the_title(); ?>, Edisi <?php echo get_the_date(); ?> | Hit: <?php the_views(); ?></a>
Add Comment
Please, Sign In to add comment