How to get all taxonomy terms
Get all taxonomy terms for custom post type is super easy. Here you’ll learn to get those from a one single line of code. If you want to learn how to register a post...
Get all taxonomy terms for custom post type is super easy. Here you’ll learn to get those from a one single line of code. If you want to learn how to register a post...
CSS reset is required due to browsers’ inconsistency. In detail all browsers rendering are not the same. Therefore web rendering could be different from browser to browser. Why we need to do CSS reset...
When work with a WooCommerce ecommerce website you need to add payment gateway based fees and discounts for WooCommerce. This can achieve in many ways. There are lot of plugins out there to achieve...
Recently I wanted to write some code to show div after 5 seconds CSS (Cascading Style Sheets). When you see, anybody thinks this is possible via JavaScript and/or jQuery but how to achieve via...
Have encountered with cannot connect: invalid settings error. Then you’re going to solve this in few simple steps. This error will occur due to a crash of your MySQL user table. Let’s see how...
There are several and best free schema markup testers’ available. As schema is spreading as an industry best practice lots of website owners tend to grab and integrate this schema implementation into their websites....
You can check Magento mode by running following command in Git Bash: Whether above code show the mode and if you don’t have any idea about what are these modes and what those modes...
Creating a Magento sitemap XML is really easy. Just clicks away. Sitemap improves the indexing of the website. When consider the Magento sitemap it improves the way of indexing your store by search engines....
When allowed memory size exceeded you are getting allowed memory size exhausted error. By following simple steps you can avoid this and your site will up and running again. Steps to follow: php bin/magento...
This is a common error you’re facing. Here you’ll learn how to solve this error within seconds. Follow the steps: Open php.ini file using a text editor like Notepad++, Sublime Text, etc Search this...