/
home
/
vianto5
/
hidalgoresidences.mx
/
wp-content
/
themes
/
Bridge100
/
bridge-child
/
/home/vianto5/hidalgoresidences.mx/wp-content/themes/Bridge100/bridge-child
mkdir
upload
Name
Size
Mode
Actions
functions.php
288
0644
edit
dl
rm
screenshot.png
463922
0644
edit
dl
rm
style.css
258
0644
edit
dl
rm
Edit:
/home/vianto5/hidalgoresidences.mx/wp-content/themes/Bridge100/bridge-child/functions.php
(288B)
<?php // enqueue the child theme stylesheet Function qode_child_theme_enqueue_scripts() { wp_register_style( 'childstyle', get_stylesheet_directory_uri() . '/style.css' ); wp_enqueue_style( 'childstyle' ); } add_action( 'wp_enqueue_scripts', 'qode_child_theme_enqueue_scripts', 11);
Save
cmd:
run