wordpress_theme_weblog/front-page.php
mohammadelendil f847592c7b first
2024-08-24 11:31:19 +03:30

6 lines
No EOL
243 B
PHP

<?php get_header(); ?>
<?php get_template_part("inc/index","slider"); ?>
<?php get_template_part("inc/index","services"); ?>
<?php get_template_part("inc/index","blog"); ?>
<?php get_template_part("inc/site","boxes"); ?>
<?php get_footer(); ?>