Om WebTech
Skip to content

  • Home
  • About Us
  • Portfolio
  • Services
    • Web Devlopment Training In Jetpur
  • Skills
  • Blogs
  • Testimonial
  • Contact

Category: Woocommerce

How to support woocommerce into the custom wordpress theme?

You have to add below code snippet into at the end of your current theme’s functions.php file

add_action( 'after_setup_theme', 'woocommerce_support' );
function woocommerce_support() {
    add_theme_support( 'woocommerce' );
}
November 7, 2017 Maddy Leave a comment Woocommerce, Wordpress

Search

Categories

  • PHP
  • Woocommerce
  • Wordpress

Recent Posts

  • WP_Query Arguments
  • Using PHP FTP to move files from server to server
  • Copy files from server to server using PHP
  • Fatal Error: Maximum function nesting level of ‘100’ reached, aborting!
  • Get rid of Another update is currently in progress

© Copyright 2025 OmWebTech. All rights reserved.