Need to change my WordPress title headings from h5 to h2. Nothing seems to work.
<div class="box-text spacing-medium text-center">
<h5 uppercase"><?php the_title(); ?></h5>
<?php the_title( '<h2 class="post-title">', '</h2>' ); ?>
I tried changing h5 to h2 and it didn’t fix anything
New contributor
Cal Stanke is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.