The first thing you need to do is to install TinyPNG plugin. If you don’t know how to install plugins in WordPress then you can read out our blog post How to Install WordPress Plugin. With free plan of this…
Minification is used to reduce the size of stylesheets or CSS by removing unnecessary unnecessary characters from code without changing the way that code works. There are a lot of PHP scripts to minify CSS in WordPress but we are…
WPBakery Page Builder (Formerly Visual Composer) is one of the best drag and drop front-end/back-end builder. You can easily apply inline css using style attribute but what if you need to apply css to a pseudo elements?
You may need to auto load files in WordPress themes or plugins. But I wouldn’t recommend it if you are creating theme to sell on themeforest. They didn’t accepted themes with this auto load function few years ago when we…
There comes a time when you need to upload a larger size file but the default file upload size limit is low as 2mb. You can increase WordPress file upload size limit either by your self or contact your hosting…
Shortcodes are very helpful in WordPress for adding custom code inside posts or pages. Although you can use drag-n-drop builders (e.g: WPBakery Page Builder, Elementor etc.)
There comes a time when you need to manually update your WordPress installation. It may seem hard but its not. Here is the step by step method for how to update WordPress manually.
WPBakery Page Builder is one of the best page builder plugin for WordPress which will allows you or your clients to create stunning website content with simple drag and drop.
Sometimes you may want to limit the tags in WordPress tag cloud widget because your site have lots of tags. To limit the tags you only need to add the following function to your function.php file.