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

7 lines
96 B
PHP

<?php
get_header();
get_template_part("template-parts/home/index");
get_footer();