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.

16 lines
463 B

4 years ago
<div class="footer">
2 years ago
<strong><a href="https://code.3err0.ru/3err0/wordpress-zerro" target="_blank">©</a> 2022</strong>
4 years ago
<div class="right">
<?php if(!is_front_page() || !is_home()){
4 years ago
echo "<a href='/'>Главная</a> /";
}?>
<?php if(!is_page('archive')){
echo "<a href='/archive/'>Архив</a>";
} else {
echo "<a href='", bloginfo('rss2_url'), "'>RSS</a>";
}?>
4 years ago
</div>
4 years ago
</div>
4 years ago
</body>
</html>