Thank you, Tom. And my apologies for falling off the grid for a couple of days.
After reading your last line above, I felt very dumb. :/ I don’t know how I missed that! I appreciate your patience and kindness in pointing that out…without being demeaning for my missing that obvious fact. I salute you for that.
Anyway, back to the problem. I hadn’t done anything with my functions.php since January 19. I opened it and found the culprit…
add_action( 'after_setup_theme','tu_after_setup_theme' );
function tu_after_setup_theme() {
add_filter( 'generate_show_title', '__return_false' );
I have no recollection putting that there, but I don’t doubt I did. I commented it out and the problem was resolved.
So the problem, instead of being a recent development, had been long-standing. And I had no idea. ??
I’m very sorry to have wasted your time on this. ?? Thank you again for sticking through it with me. I hope that by the middle of the year I can afford to buy GP Premium — I owe you that much, at least. ??
Grateful but humbled,
Mark