Photonexuswordpressgallery2in1 WordPress Child Theme Download
This child theme is built for the Photonexuswordpressgallery2in1 Parent WordPress Theme. by imaginem. preview https://themeforest.net/item/photo-nexus-wordpress-gallery-2-in-1/full_screen_preview/38530
photonexuswordpressgallery2in1-child/style.css
/*
Theme Name: Photonexuswordpressgallery2in1 Child
Template: photonexuswordpressgallery2in1
Theme URI: https://childthemewp.com/photonexuswordpressgallery2in1/
Author: ChildThemeWP
Author URI: https://childthemewp.com
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: opensource
Text Domain: photonexuswordpressgallery2in1child
*/
photonexuswordpressgallery2in1-child/functions.php
<?php
add_action("wp_enqueue_scripts", "wp_child_theme");
function wp_child_theme()
{
if((esc_attr(get_option("wp_child_theme_setting")) != "Yes"))
{
wp_enqueue_style("parent-stylesheet", get_template_directory_uri()."/style.css");
}
wp_enqueue_style("child-stylesheet", get_stylesheet_uri());
wp_enqueue_script("child-scripts", get_stylesheet_directory_uri() . "/js/scripts.js", array("jquery"), "6.1.1", true);
}
...
photonexuswordpressgallery2in1-child/screenshot.png (880px x 660px)
Pixel image
photonexuswordpressgallery2in1-child/js/scripts.js
jQuery(document).ready(function($)
{
});
html
open source unique identifier meta tag (optional)
<meta name="uib-verification" content="">
information
Slug: photonexuswordpressgallery2in1 |
ID: 10362 |
Published: 13 Dec 2018 |
Size: ≥8KB |