January 28, 2015 at 5:59 am
		
		#21271
		
		
		
	
Keymaster
		
		
	Hi Tamar,
Just create two file
1> style.css and
2>functions.php
Under functions.php adding this code its correct
<?php load_theme_textdomain( 'attitude', get_stylesheet_directory() . '/library/languages' ); ?>
and under style.css add the below code.
/*
 Theme Name:   attitude Child
 Theme URI:    https://www.themehorse.com
 Description:  attitude Child customization
 Author:       Theme Horse
 Author URI:   
 Template:     attitude
 Version:      1.0.0
 Tags:         
 Text Domain:  attitude
*/
@import url("../attitude-pro/style.css");
Create a language directory inside child theme attitude-pro -> library->languages (and add you .po and .mo file). You need to make the exact structure that is presence inside attitude-pro. If you are unable then you may hire a developer to fix it.
Thank you!
