add menus
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
|
||||
<div id="content">
|
||||
<h1 class="my-4">Главное</h1>
|
||||
|
||||
<?php if (have_posts()): while(have_posts()): the_post();?>
|
||||
<h2 class="card-title"><a href="<?the_permalink();?>"><?the_title();?></a></h2>
|
||||
<div class="card mb-4">
|
||||
|
||||
Reference in New Issue
Block a user