if archive not show link
This commit is contained in:
parent
c8c2c8b407
commit
7eb9dacc2e
@ -4,7 +4,9 @@
|
|||||||
<?php if(!is_front_page() || !is_home()){
|
<?php if(!is_front_page() || !is_home()){
|
||||||
echo "<a href='/'>Главная</a> /";
|
echo "<a href='/'>Главная</a> /";
|
||||||
}?>
|
}?>
|
||||||
<a href='/archive/'>Архив</a>
|
<?php if(!is_page('archive')){
|
||||||
|
echo "<a href='/archive/'>Архив</a>";
|
||||||
|
}?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
Reference in New Issue
Block a user