Home Forums WoodMart support forum Blog Title Area

Blog Title Area

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #123962

    hollistergj
    Participant

    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?

    #123998

    Artem Temos
    Keymaster

    Hello,

    You can copy the whole PHP function that contains that code and place it to the functions.php file in your child theme to override it.

    Yes, there is no option to specify different header banners for specific categories in our theme.

    Kind Regards

Viewing 2 posts - 1 through 2 (of 2 total)