Child theme for footer
Hi all,
I am trying to modify footer.php in a child theme but it doesn't seem to take it.
So I created a folder /www/
wp-content/themes/vantage-child where I've put this style.css file
Code:
/*
Theme Name: Vantage Child
Theme URI: http://appthemes.com/
Description: Child theme for the Vantage theme 1.2
Author: Peter
Author URI: http://dobbel.be/
Template: vantage
Version: 0.1.0
*/
@import url("../vantage/style.css");
And I've copied the footer.php from the original vantage theme in here and made a change.
But it still takes the original footer.php
Is there still something missing?