mirror of
https://github.com/danpros/htmly.git
synced 2026-04-18 11:36:20 +05:30
5 lines
No EOL
109 B
PHP
5 lines
No EOL
109 B
PHP
<?php
|
|
echo '<h2>Your recent posts</h2>';
|
|
get_user_posts();
|
|
echo '<h2>Static pages</h2>';
|
|
get_user_pages(); ?>
|