Setup Live SASS compiler for Visual Studio Code

Setup Live SASS compiler for Visual Studio Code

Sass(syntactically awesome style sheets) is a popular CSS pre-processor that helps developers write less repetitive CSS codes and generate more organized and maintainable scripts. It is an extension of CSS and offers fantastic features like variables, nesting, mixins, functions, import, include, extends, and many more.  Writing maintainable CSS codes when working on large projects or […]

How To Remove A Custom Post Type

WordPress provides an excellent option to generate user-required post types by introducing the custom post type feature. Generally, premium WordPress themes are bundled with various custom post types like portfolios, reviews, testimonials, teams, etc. However, you might not use them as a user, eventually slowing down your website. If you need to remove a custom […]

Back To Top