/
home
/
suroeste
/
public_html
/
wp-content
/
themes
/
ewebot-child
/
/home/suroeste/public_html/wp-content/themes/ewebot-child
mkdir
upload
Name
Size
Mode
Actions
functions.php
305
0644
edit
dl
rm
screenshot.png
59485
0644
edit
dl
rm
style.css
164
0644
edit
dl
rm
Edit:
/home/suroeste/public_html/wp-content/themes/ewebot-child/functions.php
(305B)
<?php function gt3_child_scripts() { wp_enqueue_style( 'gt3-parent-style', get_template_directory_uri(). '/style.css' ); wp_enqueue_style( 'gt3-child-style', get_stylesheet_directory_uri(). '/style.css' ); } add_action( 'wp_enqueue_scripts', 'gt3_child_scripts' ); /** * Your code here. * */
Save
cmd:
run