mirror of
https://github.com/danpros/htmly.git
synced 2026-04-21 13:06:22 +05:30
Changes
Make HTMLy more flexibel.
This commit is contained in:
parent
c7bf485275
commit
095cfee286
17 changed files with 329 additions and 194 deletions
|
|
@ -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(); ?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue