Frisco for BuddyPress WordPress Child Theme Download
Frisco for BuddyPress WordPress child theme is built for the Frisco for BuddyPress parent WordPress theme by davidtcarson
how to install in your WordPress dashboard without sftp
frisco-for-buddypress-child/style.css
/*
Theme Name: Frisco for BuddyPress Child
Template: frisco-for-buddypress
Theme URI: https://www.wordpresschildtheme.com/frisco-for-buddypress/
Author: wordpresschildtheme.com
Author URI: https://www.wordpresschildtheme.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: wordpresschildtheme.com, slibdesign
Text Domain: friscoforbuddypresschild
*/
frisco-for-buddypress-child/functions.php
<?php
function wp_child_theme()
{
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);
}
add_action("wp_enqueue_scripts", "wp_child_theme");
if((get_option("wp_child_theme_setting")) == 1)
{
...
frisco-for-buddypress-child/screenshot.png (1200px x 900px)
Pixel image
frisco-for-buddypress-child/js/scripts.js
jQuery(document).ready(function($)
{
});
theme support id #28141
For theme support contact Ben. We charge £50 p/h. ben@slib.co.uk www.slibdesign.com
information
Parent Slug: frisco-for-buddypress |
Parent Categories: wordpress.org |
Child Slug: frisco-for-buddypress-child |
Support ID: 28141 |
Parent Author: davidtcarson |
Parent demo: https://wordpress.org/themes/frisco-for-buddypress/ |
Thumbnail: Webpage preview |
Published: 15 Dec 2022 22:18 |
Size: ≥14KB |