Go child theme
This documentation can help with Go theme to insert a slider under your top header.
- 1
-
Go to the FTP of your website and create a child folder
/wp-content/themes/go-child/
- 2
-
Create a style.css file in this folder
/wp-content/themes/go-child/style.css
and write this code in it:
/* Theme Name: Go child theme Template: go */
- 3
-
Create a header.php file
/wp-content/themes/go-child/header.php
Write this code in it, just replace the shortcode with your slider's:
<?php require_once(__DIR__ . '/../go/header.php'); echo do_shortcode('[smartslider3 slider=1]');
This will put the slider under your header.
- 4
-
Activate your child theme