• Resolved Derek Wilcox

    (@themassapothecary)


    I am using a code snippet to change how prices are displayed on archive pages.

    if ( ! is_shop() && ! is_product_category() && ! is_product_tag() ) {

    Using the above conditionals it works on all pages except the brand archives pages. What hook can I use for brand archive pages? I figured it would be something like is_pwb_brand or similar but I cannot find it. Can you please just help with what hook will work for any brand archive pages such as https://massapothecary.com/brand/brothers-apothecary-cbd/

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support jmatiasmastro

    (@jmatiasmastro)

    @themassapothecary

    Hello mate, we provide you with the following code that may help you achieve what you want:

    is_tax( ‘pwb-brand’ )
    product_brad -> pwb-brand

    Regards.

    Thread Starter Derek Wilcox

    (@themassapothecary)

    @jmatiasmastro thank you. Separate question. With the Perfect Brands plugin you guys make a custom taxonomy called “Brands” and then you assign a parent page, In my cases its /cbd-brands/ and when I am on any brand, the breadcrumbs show Home > Brands > Brand Name and the parent page of “Brands” is clickable to the main brand page. I added a custom taxonomy and have everything working properly except I can’t figure out how to assign the parent page and have the breadcrumbs link the exact same way your plugin works. Can you offer any insight or can I hire your developer for a quick job?

    Plugin Support jmatiasmastro

    (@jmatiasmastro)

    @themassapothecary

    Hello mate, I am afraid to inform you that we cannot support your own code, the limit of our support is limited to issues related to our plugin.

    Regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Brand Archive Pages Hook’ is closed to new replies.