Hello, I’d like to do the same thing, but my front page is a page, instead of the blog post list, so I cannot use is_home. I’ve tried is_page(idnumber) and is_post_type_archive(post), but they don’t seem to work for some reason. Is there any other is_something left to try?
Yeah, I see that this is an old post, but I couldn’t find a solution to this anywhere else either. I’m trying to display the title of the blog posts page, not the home page.