Any updates to the “goof” that causes the name of a staff member to appear as the page title? I just installed the Authentic template (love it, by the way), and noticed that the goof is still there.
Also, I’m trying to make it so the Job Title on the staff archive pages are bold to set it apart from the description excerpt. I tried editing the archive-staff.php template by changing
the_value(‘_title’);?>
to
< strong >the_value(‘_title’);?>< / strong >
but I’m guessing I’m adding the formatting tag in the wrong place?