• Resolved LeMigueux

    (@lemigueux)


    Hi,

    and thank you for this excellent plugin.
    What I am trying to do relates to brand archive pages. I would like to change the page title from “shop” to the brand name. Is there an easy way to do that?

    Thank you for your help,

    and congratulations again,

    LeMigueux

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor titodevera

    (@titodevera)

    Hi LeMigueux.

    The brand archive page has the brand name as heading by default. It seems like your theme is overriding it. ?What theme are you using?

    ??

    Thread Starter LeMigueux

    (@lemigueux)

    Hi Tito,

    I am using Jupiter. It seems that indeed, the theme is overriding your page.
    I asked a friend who just added a piece of code to the Jupiter page that deals with the title (jupiter/views/layout/title.php), like this :
    if ( is_tax(‘pwb-brand’) || is_tax(‘product_brand’)){
    $title = single_term_title( “”, false );
    and now it is working.

    Thanks!

    LeMigueux

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Brand name as brand archive page title’ is closed to new replies.