WordPress has always been one of the favourite platform for a quick development of websites, blogs, and in some cases works very well for e-commerce applications using WooCommerce and other plugins to a scalable level with highly customisable options. Customizing the WordPress websites have become easier with the rise in plugin developers who provide a ready-made solution for your task.…
Category: Development
How to Create Custom Post Type in WordPress
WordPress is one of the most used CMS available in the market that is used for any type of website ranging from blogs, websites, e-commerce apps. What you get from WordPress is the ability to have various design, templates and functionalities and the ability to highly customise your website/ apps. WordPress stands at the top because of it’s ability to…
How to Remove Console Log Messages from an Angular Application
Writing console log statements for debugging the application run time by developers are very common and often times we tend to remove the console log statements from the application that will gradually gets deployed to production. This scenario mostly happens when there are a handful of developers who work on the same project but on different features/ bug fixes. This…