n my sidebar every widget title is enclosed in <h2> tags.
I use 4 widgets in my sidebar and I'd like to have the first 2 widget titles as <h2> and the other 2 as <h4>.
I changed in my function.php as given below:
'before_title' => '<h4>',
'after_title' => '</h4>',
but that changes all titles.
How can I solve this issue?