Hi, I am using the Clean Biz theme, and it offers exactly what I require to setup a nice simple & clean website… however, I wanted to add in some additional links to the footer, and when I add them in to the /inc/hooks/footer.php within the child theme, they do not override the parent file…
Thank you so much for using our theme.
As per your queries, we came to know that, you haven’t linked the ‘file footer.php’ in you child theme.
Just linked the footer.php place this code in your child themes function.php file `require get_stylesheet_directory() . ‘/inc/hooks/footer.php’;’ then your links will appear.