Make HTMLy more flexibel.
This commit is contained in:
Danang Probo Sayekti 2015-07-17 20:13:31 +07:00
commit 095cfee286
17 changed files with 329 additions and 194 deletions

View file

@ -1,5 +1,5 @@
<?php
echo '<h2>Your recent posts</h2>';
get_recent_posts();
get_user_posts();
echo '<h2>Static pages</h2>';
get_recent_pages(); ?>
get_user_pages(); ?>