mirror of
https://github.com/danpros/htmly.git
synced 2026-04-18 03:26:20 +05:30
Admin panel revamp and simple menu builder
This commit is contained in:
parent
e722158f28
commit
d1f7d279bd
51 changed files with 2946 additions and 1671 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
echo '<h2>' . i18n('Your_recent_posts') . '</h2>';
|
||||
get_user_posts();
|
||||
echo '<h2>' . i18n('Static_pages') . '</h2>';
|
||||
get_user_pages(); ?>
|
||||
<?php echo '<h2>' . i18n('Your_recent_posts') . '</h2>';?>
|
||||
<br>
|
||||
<a class="btn btn-primary right" href="<?php echo site_url();?>admin/content">Add new post</a>
|
||||
<br><br>
|
||||
<?php get_user_posts();?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue