Theme modification the right way ●
Child Theme folder : all files picked first from this and then from parent
●
style.css /*
●
–
Theme Name:
Anantshri
–
Theme URI:
–
Description:
–
Author:
–
Author URI:
–
Template:
–
Version:
–
*/
–
@import url(“../twentytwelve/style.css”);
http://www.anantshri.info/ Child theme for the twenty twelve Anant Shrivastava http://anantshri.info/about/ twentytwelve 0.1.0
functions.php : Can be used to provide all function overrides –
remove_action( ‘widgets_init’, ‘xyz_widgets_init’ );
–
add_action( ‘widgets_init’, ‘abc_widgets_init’ );