Nhúng file trong theme flatsome

Đây là nhúng code dành cho child theme

require_once ( get_stylesheet_directory() . '/shortcode/title1.php' );
require_once ( get_stylesheet_directory() . '/shortcode/news.php' );

Dành cho theme gốc:
require_once ( get_template_directory() . 'foo.php' );