Files
profile/content-event.php
Andrey Kuvshinov 8fc8cbae32 add files
2025-07-09 21:21:17 +03:00

11 lines
228 B
PHP

<div class="col-12 col-xl-9">
<?php get_template_part("template-parts/single/post") ?>
</div>
<div class="col-12 col-xl 3 d-none d-xl-block">
<?php get_template_part("template-parts/sidebar/right-sidebar") ?>
</div>