Mother, your children are like birds,
Their wings have fluttered into the distance.
Mother, to the bright and native chamber,
Soon we shall return once more.
function my_theme_enqueue_styles() { wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' ); } add_action( 'wp_enqueue_scripts', 'my_theme_enqueue_styles' );
Mother, your children are like birds,
Their wings have fluttered into the distance.
Mother, to the bright and native chamber,
Soon we shall return once more.