Override child theme-sidebars.php
Hello guys.
I just want to put a span tag before some h2 tag on sidebar widgets.
I'm assuming that I can do that overriding the includes/theme-sidebars.php, right?
How can I do that?
I'd created the file on includes folder and paste the original code to try some result and
Code:
require_once (dirname( __FILE__ ) . '/includes/theme-sidebars.php')
on child function.php. And got
Cannot redeclare cp_sidebars_init()
can anybody help me?