Particular Attributes in List View
-
Curious if there is a hook to inject attribute data into the listings layout? I need to show Engine size, Transmission etc… I’m using my_add_short_description to show the excerpt currently trying to get
$transmission = array_shift( wc_get_product_terms( $product->id, ‘pa_transmission’, array( ‘fields’ => ‘names’ ) ) ); added to that function instead of the_except(). I think I’m on the wrong path because what I’m trying to load through the functions file.
Any help would be appreciated it.
Thank you
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Particular Attributes in List View’ is closed to new replies.