You may be right because I looked all into the woocommerce plugin and wasn’t able to locate the code for displaying the stock on the list page. So if it is the theme, then I am sure the “stock” variable is not listed as such in its code. If I am right, woocommerce transforms the blog portion of wordpress into a shop. So, how would a theme grab this variable for displaying purposes? What would be the variable then?
I did find the breadcrumb function, but wasn’t sure how to integrate it or where to put it. Do you have experience in generally knowing where to call these functions for them to display breadcrumbs to themes in general? I usually don’t know where to put it in my code for ordering and drawing purposes.