new
This commit is contained in:
+2
-14
@@ -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>
|
||||
Reference in New Issue
Block a user