I would like to be able to show my blog post title or even the category name as the entry-title rather than “BLOG”. I currently have to manually adjust the inc/template-tags.php to be this in order to fix it but because this file isn’t picked up in the child theme, I have to redo this with every update.
$title = ( ! empty( $page_for_posts ) ) ? get_the_title( $page_for_posts ) : $title = get_the_title();/*esc_html__( 'Blog', 'woodmart' );*/
Is there another solution for this?
Also. I would like to be able to specify the header banner graphic for categories… so if you go to a category page, I don’t want the default header banner graphic, I want one specific to the category. Currently there doesn’t seem to be a way to do that unless I”m missing it.. is there?