I am working on a shopping cart WordPress site and I would like to customize the subcategory page. Here is a link to my shopping cart.
When you click on that link you see only the product category images. Originally, you saw both the image and title, but that’s not how I wanted it to be so I edited the content-product_cat.php
file.
When you click on the Product Category it takes you to all the products that pertain to that category and is displayed the same way the product categories are – just the image. However, I want it to only display the titles, no images, just the titles. I understand that it’s just showing the images because it’s also using the content-product_cat.php
file.
How can I make it so that only the product category shows images but the actual products show just the titles?
Here is an example of what I want my site to do.
I am new to building eCommerce and WordPress sites so the more specific you are, the better.
Any help is appreciated!