This commit is contained in:
2023-12-09 16:39:41 +08:00
parent 5138b4a360
commit aaf2d5fdd1
18 changed files with 7568 additions and 56 deletions
+2 -14
View File
@@ -1,16 +1,4 @@
<div class="footer">
<strong><a href="https://code.3err0.ru/3err0/wordpress-zerro" target="_blank">©</a> 2022</strong>
<div class="right">
<?php if(!is_front_page() || !is_home()){
echo "<a href='/'>Главная</a> /";
}?>
<?php if(!is_page('archive')){
echo "<a href='/archive/'>Архив</a>";
} else {
echo "<a href='", bloginfo('rss2_url'), "'>RSS</a>";
}?>
</div>
</div>
</body>
</main>
</body>
</html>