pusatdata

WP Theme IKnow

Dec 21st, 2021 (edited)
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. 1. Menambahkan tanggal di home list default
  2. file: index.php
  3. tambahkan kode <?php echo get_the_date(); ?> di baris 45 setelah judul
  4.  
  5. 2. Pada content/archive.php
  6. baris 27 ganti dengan ini:
  7. <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