• Resolved jomo5280

    (@jomo5280)


    Is there a way to Add Attribute > Term below “Shop” on the shop page in a text field?
    I need to only allow certain attributes to populate this text area.

    and/or how could i modify this filter to work:

    add_filter( 'woocommerce_page_title', 'woo_shop_page_title');
               function woo_shop_page_title( $page_title ) {
                          if( 'Collections' == $page_title) {
                                       return "Shop Title";
                             }
                }

    thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Hannah S.L.

    (@fernashes)

    Automattic Happiness Engineer

    This is a fairly complex development topic. I’m going to leave it open for a bit to see if anyone is able to chime in to help you out.

    Have you already solved it yourself? If so, please do let us know so that others can use this thread for future help.

    dougaitken

    (@dougaitken)

    Automattic Happiness Engineer

    Hey @jomo5280

    We haven’t heard back from you in a while, so I’m going to mark this as resolved – others can still comment on the thread if they find a solution.

    It might be worth looking at WooCommerce hooks tutorials online for advice with this.

    If you have any further questions, you can start a new thread.

    Thanks,

    Thread Starter jomo5280

    (@jomo5280)

    Yeah I am still trying to figure out a solution…

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Add Attribute > Term below “Shop” Title’ is closed to new replies.