delete adv
This commit is contained in:
@@ -14,10 +14,10 @@ $categoryLink = get_queried_object()->slug;
|
||||
<h3 class="event-item__description-header subtitle-13">Организатор</h3>
|
||||
<p class="event-item__description-text text-13"><?= get_field('organizer') ?></p>
|
||||
</div>
|
||||
<div class="event-item__description-block">
|
||||
<!--<div class="event-item__description-block">
|
||||
<h3 class="event-item__description-header subtitle-13">Дата</h3>
|
||||
<p class="event-item__description-text text-13"><?= get_field('event_date') ?></p>
|
||||
</div>
|
||||
</div>-->
|
||||
<div class="event-item__description-block">
|
||||
<h3 class="event-item__description-header subtitle-13">Место проведения</h3>
|
||||
<p class="event-item__description-text text-13"><?= get_field('location') ?></p>
|
||||
@@ -29,21 +29,21 @@ $categoryLink = get_queried_object()->slug;
|
||||
</div>
|
||||
|
||||
<div class="event-item__description-block">
|
||||
<h3 class="event-item__description-header subtitle-13">О конференции</h3>
|
||||
<h3 class="event-item__description-header subtitle-13">О мероприятии</h3>
|
||||
<p class="event-item__description-text text-13"><? the_content(); ?></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="event-item__image-container">
|
||||
<?= show_post_image(); ?>
|
||||
<!--<div class="event-item__image-container">
|
||||
<?//= show_post_image(); ?>
|
||||
<div class="event-item__heading">
|
||||
<h2 class="event-item__title"><?= the_title() ?></h2>
|
||||
<? if (!empty(get_field('subtitle'))) : ?><p class="event-item__subtitle"><?= get_field('subtitle') ?></p><? endif; ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>-->
|
||||
|
||||
</div>
|
||||
<a href="/materialy/<?= $categoryLink; ?>/" class="articles-preview__show-next">Все мероприятия</a>
|
||||
<a href="/events" class="articles-preview__show-next">Все мероприятия</a>
|
||||
<div class="articles__spacer-container">
|
||||
<div class="articles__spacer"></div>
|
||||
<div class="articles__spacer"></div>
|
||||
|
||||
Reference in New Issue
Block a user