mirror of
https://github.com/danpros/htmly.git
synced 2026-04-20 20:46:26 +05:30
5 lines
No EOL
115 B
PHP
5 lines
No EOL
115 B
PHP
<?php
|
|
echo '<h2>Your recent posts</h2>';
|
|
get_recent_posts();
|
|
echo '<h2>Static pages</h2>';
|
|
get_recent_pages(); ?>
|