Modularización de GKACHELE SaaS
This commit is contained in:
15
wp-content/themes/abiz/frontpage.php
Normal file
15
wp-content/themes/abiz/frontpage.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
/**
|
||||
*
|
||||
* Template Name: Frontpage
|
||||
*
|
||||
* Displays the Home page.
|
||||
*
|
||||
* @package Abiz
|
||||
*/
|
||||
|
||||
get_header();
|
||||
|
||||
do_action( 'daddy_plus_abiz_frontpage', false );
|
||||
|
||||
get_footer(); ?>
|
||||
Reference in New Issue
Block a user