Hi,
i put the code previous but the problem is the same. When i modify a page and click over preview button only appears white page but it is run without problem from outside admin site of the site.
Any idea?
<?php
add_action(‘wp_enqueue_scripts’, ‘load_my_child_styles’, 20);
function load_my_child_styles() {
wp_enqueue_style(‘child-theme’, get_stylesheet_uri());
}