wordpress_theme_weblog/front-page.php

6 lines
243 B
PHP
Raw Normal View History

2024-08-24 08:01:19 +00:00
<?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(); ?>