Ashe child theme
This documentation can help you replace the Ashe theme header with our slider.
- 1
-
Go to the FTP of your website and create a child folder.
/wp-content/themes/ashe-child/
- 2
-
Create a style.css file in this folder
/wp-content/themes/ashe-child/style.css
and write this code in it:
/* Theme Name: Ashe child theme Template: ashe */ @import url('../ashe/style.css');
- 3
-
Create a /templates folder
/wp-content/themes/ashe-child/templates
then a /header folder in it.
/wp-content/themes/ashe-child/templates/header
- 4
-
Create a page-header.php file there
/wp-content/themes/ashe-child/templates/header/page-header.php
and write the PHP shortcode of your slider in it.
<?php echo do_shortcode('[smartslider3 slider="1"]'); ?>
- 5
-
Activate your child theme