Files
profile/content-page.php

11 lines
228 B
PHP
Raw Normal View History

2025-07-09 21:21:17 +03:00
<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>