Support

Account

Home Forums General Issues Howto Inject Category Slug into get_field Reply To: Howto Inject Category Slug into get_field

  • Added echo 'eref-' . $category[0]->slug . ''; to my content-product.php that drives the Woocommerce category archive loop, and it just returned “eref-“.

    So I guess ' . $category[0]->slug . ' is not matching up to anything.