It will depend entirely on your theme. Refer to the Template Hierarchy and follow, from the left, the “Category Archive” path until you see a file that exists in your theme. That will be the file being used on the category pages. Keep in mind that if it is archive.php or index.php then it could also be being used for the other queries that lead to, so check the other files in the theme directory against the hierarchy to make sure you’re not changing pages you don’t want to.
For WooCommerce it’s more complicated. Your theme could have its own file, or it could just be using the ones in WooCommerce. Refer to the WooCommerce Template Structure to see which template files WooCommerce uses. If you don’t find what you’re looking for refer to the WooCommerce Theming Docs for documentation of customising and developing themes for WooCommerce.
Related Posts:
- Redirect to another page using contact form 7? [closed]
- How to fetch products with the price in a page on woocommerce using a form or live search with php
- I am trying to make a field show and save from quickedit screen
- woocommerce remove coupon link does not work
- Adding discount functionality to the cart
- How to assign a specific service to a specific provider based on location
- Precheck fields when I add a new post
- Woocommerce list variations that are added already to cart in Single Product
- Should all plugins be encapsulated in a Class?
- How to Display Product specific to a category with WooCommerce Plugin? [closed]
- Consuming an external API in WordPress?
- How can I import a class privately into a plugin?
- How do I extend one plugin I’m writing with another I’m writing using classes?
- Generate custom output for page/URL in a plugin
- WooCommerce create new product and add to cart on form submit
- Updating WooCommerce variable product stock issue
- Post source link plugin – small modification
- Add CSS animation as Preloader to WordPress
- How to list the Hooks and order of execution in current loading page? [duplicate]
- How to save Clicks of a download link button while it doesn’t matter if we refresh the page or again login/logout
- How to set value/term of a Woocommerce attribute text field in admin panel?
- How to add product images using script?
- Get product attribute for Simple product in WooCommerce
- Setting up widgets in wordpress with a unique ID for the after_title argument
- plugin for wp_list_categories with posts
- Custom Shipping method not showing in checkout
- Modifying Footnote Plugin for Descriptive Title Attributes
- Sort products without thumbnail in WooCommerce shop page
- Create or Update thousands of woocommerce products via PHP
- How to Replace Words with Hypertext Link But Ignore Previously Existed Links?
- Can’t create term for product attribute
- Add multiple attributes to product from php
- Make specific products accessible only to a user role in WooCommerce
- force customers to add only single item to card per purchase EDD [closed]
- How to get subscription key or id using Woocommerce Subscriptions [closed]
- Manually add order item with fixed product_id in WooCommerce
- How can I display a contact form for out of stock products in WooCommerce?
- Custom Post Type Plugin not loading category template and loading 404 instead
- Auto delete WordPress users according to time
- My Category is too big on the Menu what can i do?
- Add Product Subtitle to Woocommerce Product Page
- woocommerce 3.2.1 not sending order notification emails
- WooCommerce Custom Product to checkout
- Automatically add attributes to woocommerce product?
- Edit Yoast SEO breadcrumbs output [closed]
- Using WP Category Lists Plugin to Dynamically Display Category (PHP)
- How would I go about creating a user ranked post popularity page?
- How to enable specific plugin only based around shop manager role?
- WooCommerce: Building a page with user input which is used to query order status and external API and return a result
- custom payment gateway in woocommerce failed to connect to remote api server
- Replacing a plugin function with a custom renamed function doesn’t work
- Creating a Callback URL for WordPress Woocommerce to update Order Status
- WooCommerce specifc variations for specific user role [closed]
- Save custom attributes of product in woocommerce
- Customize permalink wordpress category id
- Custom Pages for Woocommerce Product-Category Pages
- creating a custom shop page display on archive woocommerce
- polylang + category/tag custom language link
- How do I apply style to each category of a list?
- PHP Error When a plugin is active
- Inserting custom PHP script on homepage
- Show icons or badges under title on product archives/category pages
- WordPress Stock Update Programatically
- Woocommerce Backend Search by Title and SKU
- Loop in elementor custom widget not working
- WooCommerce Shopping Cart Not Initially Showing Products [closed]
- How to add a new column with text fields to WooCommerce Cart List?
- How to include a custom field in the woocommerce email?
- How to display registered customer list as dropdown in WooCommerce checkout?
- How to change WooCommece variation data programmtically [closed]
- Getting a ressource ID, from a WC_Order_Item_Product/Order
- Customize Menu | Styling LESS/SCSS code formats
- Override a Plugin Function
- Why is it important to check for isset and is_array before checking in_array in this example?
- How can I find related learndash course id from woocommerce product object?
- Rename a folder via HTML POST request
- Google Maps for Woocommerce Checkout
- Move plugin pages from dashboard to front-end
- working code, not working – Plugin Dev
- Easiest way to load/fire a handful of functions, IF checkbox is checked?
- my hook or my function wont run in the cronjob
- Cron job shedules replace?
- Add a WooCommerce Product Variant with attributes programmatically
- Change Woo Custom Endpoint Titles from a Plugin
- Custom shortcode being shown in WPBakery backend rather than the block
- Woocommerce – Change variations output
- Move plugin upload folder from mywebsite.com/wp-content/uploads/pdfuploads to mywebsite.com/pdfs?
- Configuring default woo commerce login with modal popup
- Automatically check “Enable stock management at product level” to the existing products?
- Change (replace) word in metabox
- redirect to a custom page
- Flexslider empty slide
- Woocommerce categories displayed on every category and shopping page
- Change pricing in Woocommerce based on Category and Product [closed]
- woocommerce product search based only title
- How to change the product short description for each product with PHP?
- Custom SportsPress list
- Problem with conditional woocommerce custom checkout field
- How to allow customers to input a text as a product variation *and* charge per character?
- Woocommerce: deleted single-product.php, everything still works. How is it possible?