Change the before and after title of all footer widgets (h-tag)
in Other
Hey guys,
for seo i don't like a h3 oder h4 tag in footer.
Can i change it in my child-theme for all footer-widgets to e.g. h6?
'before_title' => '<h3>',
'after_title' => '</h3>',
I don't want to change all h-tags in the widget-functions.php
Thanks for your reply.
Have a nice day.
Florian
for seo i don't like a h3 oder h4 tag in footer.
Can i change it in my child-theme for all footer-widgets to e.g. h6?
'before_title' => '<h3>',
'after_title' => '</h3>',
I don't want to change all h-tags in the widget-functions.php
Thanks for your reply.
Have a nice day.
Florian
Comments
this can be changed only inside widget-functions.php file as you mentioned. There is no other way to do this.
Thanks!
thanks for your answer. I use the child-theme and i make a folder functions/ and copy the widget-functions.php on the right place. Problem is that the theme don't use this file.
How can i fix it that it overwrite the file?
Any solution possible?
Thanks. Great theme!