Hi,
i createed a child theme and added this:
function child_theme_enqueue_styles() {
wp_enqueue_style( 'style', get_stylesheet_uri() );
// documentazione: https://developer.ww.wp.xz.cn/reference/functions/wp_enqueue_style/
}
add_action('wp_enqueue_scripts', 'child_theme_enqueue_styles');
in function.php to add my own .css but doesn’t works and i must use the aspect -> custom css. How can i activate in the right way my child theme?
next i need to add this feature: in the widget (left side – lastest article) the thumnail should be cliccable linking the post. How can i do?
thanx
EDIT: next i need to add this feature: in the widget (left side – lastest article) the thumnail should be cliccable linking the post. How can i do?
solved in widget options
-
This topic was modified 4 years, 7 months ago by
linx21.