Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @abhijayesh17,

    In the settings under Location Rules, select Posts. Then, in the Post dropdown, you’ll find the product you created listed under the Product post type.

    Thread Starter abhijayesh17

    (@abhijayesh17)

    How to show on the front-end not on back-end without using elementor Can you please help me in this

    Hello @abhijayesh17,

    You can use any WooCommerce hook for the single product page like woocommerce_single_product_summary to add your custom field to the front end. For example, try using get_post_meta($post->ID, 'your_custom_field_name', true); to fetch the value of your custom field and display it on the front end.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.