Where is the listing php located? Is it in plugin–>plugin file editor–>hivepress? I cant found it.
Where can i find the product id of my specific listing?
Where is the listing php located? Is it in plugin–>plugin file editor–>hivepress? I cant found it.
Where can i find the product id of my specific listing?
It’s in your database. You can inspect with your database editor. Search for “wp_posts” table, you will find every information ID, etc.
Sorry for the delay. This depends on the required changes, the listing queries and logic is implemented in one place, while the appearance (template parts and layouts) is implemented in another place. Please describe the required customizations and I’ll try to provide some guidance.
If you mean WooCommerce product, it’s generated automatically for Marketplace listings and the listing ID is set in the post_parent
field of the product.
Hope this helps.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.