Change h-tags on every widget for sidebar and footer
in SEO
Hallo,
for some seo-issues i want to find a way to change all headings of widgets for sidebar and footer. Its important to have no h3 or h4 in this "second" content blocks. Can you implement a small select box in backend to change it or can you tell me how i can use a function in child theme which will be update ready?
Best regards
Florian
for some seo-issues i want to find a way to change all headings of widgets for sidebar and footer. Its important to have no h3 or h4 in this "second" content blocks. Can you implement a small select box in backend to change it or can you tell me how i can use a function in child theme which will be update ready?
Best regards
Florian
Comments
if you want to change widgets, you must play with widget files that are under includes/ folder. Each custom widget that comes with theme start with widget- words.
Thanks!