2 Step — Adding the code to the functions.php file
After the actions of the first order are done, now it’s high time to open the functions.php file in the Child theme and add the next code which contains a link.
3 Step — Wrapping the code around the condition
Then, open the archive.php file in the Child Theme and wrap a piece of code between the get_header();
and get_footer();
around the condition. The code is available after clicking the link.
The same we need to perform with the single.php and page.php files, but we need to wrap them around the next condition which is presented here in the code.
Now it would be easy to integrate JetThemeCore single and archive pages with any theme that you are running your website!
teta