Similar Posts
Woocommerce hooks and customization.
All of the codes below will be place on your function.php Change number of products displayed per page Archive columns Archive columns with body class Archive columns css To change the single product thumbnails Remove subcategory count Change the woocommerce subcategory thumbnail to width. Add Social media share ( this need to install Addthis plugin…
How to change WordPress Content Directory?
Copy this code to your wp-config.php of your WordPress folder.
How to get current post/page/custom post type post data (ID, Post Name, Post Title, Etc.) in init action?
How to get current post/page/custom post type post data (ID, Post Name, Post Title, Etc.) in init action? If you have something to get in your current page and don’t know how to get the current post ID, post name, post type, post content, and many more, the codes below is the solution. Using init…
Uncaught (in promise) TypeError: Illegal invocation
Uncaught (in promise) TypeError: Illegal invocation error using jQuery ajax code. I don’t understand how this ajax JS parameters works but digging a deep research about the error shows me some correct solution. Here’s the code of mine that has `Uncaught (in promise) TypeError: Illegal invocation` error. JS code that has `Uncaught (in promise) TypeError:…
