Thread Starter
RB
(@brianverner)
I would be willing to do that; however, I am not sure where I would turn that on or gather the information from.
Thread Starter
RB
(@brianverner)
That did not work, but I played around a little bit with the functions.php file and found a fix.
Change the bold:
From:
<?php the_archive_title( ‘<h2 class=”archive-title”>’, ‘</h2>’ ); ?>
To:
<?php single_cat_title( ‘<h2 class=”archive-title”>’, ‘</h2>’ ); ?>
Thread Starter
RB
(@brianverner)