You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

13 lines
313 B

<h1 class="page-header">Overview</h1>
<div class="col-md-6 table-responsive">
<h2 class="sub-header">Your recent posts</h2>
<?php
get_user_posts();
?>
</div>
<div class="col-md-6 table-responsive">
<h2 class="sub-header">Static pages</h2>
<?php
get_user_pages();
?>
</div>