wordpress-zerro/footer.php
2020-03-09 10:02:12 +08:00

12 lines
262 B
PHP

<div class="footer">
<strong>© 2020</strong>
<div class="right">
<?php if(!is_front_page() || !is_home()){
echo "<a href='/'>Главная</a> /";
}?>
<a href='/archive/'>Архив</a>
</div>
</div>
</body>
</html>