Add admin link
This commit is contained in:
parent
6647435c11
commit
866c3d3cd2
1 changed files with 2 additions and 1 deletions
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
<p>© <?php echo date('Y'); ?> <a href="<?php echo esc_url( home_url() ); ?>"><?php bloginfo('name'); ?></a></p>
|
||||
<p> Theme abgeleitet von <a href="https://wordpress.org/themes/hitchcock/">Hitchcock</a></p>
|
||||
<p> <a href="/wp-admin">Login</a></p>
|
||||
|
||||
<div class="clear"></div>
|
||||
|
||||
|
|
@ -10,4 +11,4 @@
|
|||
<?php wp_footer(); ?>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue