How to Use Woo Stream Plugin

  • Post by Muhammad Zohaib

Admin Guide: Shortcodes: The Woo Stream plugin comes with two shortcodes that you can use to display streams on your website. Install the Woo Stream plugin on your WordPress site. If you don’t know how to install a plugin in…

Read More

How to use AJAX in WordPress

  • Post by Muhammad Zohaib

Ajax (Asynchronous JavaScript and XML) is a set of web development techniques that allow for the creation of dynamic and interactive web applications. The key feature of Ajax is the ability to update parts of a web page without requiring…

Read More

How to Optimize Images on Upload in WordPress

  • Post by Muhammad Zohaib

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…

Read More

How to minify inline CSS in WordPress Theme or Plugin

  • Post by Muhammad Zohaib

Minifying CSS in a WordPress theme or plugin is an important step in optimizing a website and improving its overall performance. By minifying CSS, you can reduce the total file size of your theme or plugin, improving page loading times…

Read More

How to add inline CSS in WPBakery Page Builder Element

  • Post by Muhammad Zohaib

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?

Read More

How to Auto Load Files in WordPress?

  • Post by Muhammad Zohaib

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…

Read More

How to Create Shortcode in WordPress

  • Post by Muhammad Zohaib

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.)

Read More

How to Update WordPress Manually

  • Post by Muhammad Zohaib

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.

Read More

How to create WPBakery Page Builder Element

  • Post by Muhammad Zohaib

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.

Read More

How to Limit Tags in WordPress Tag Cloud Widget

  • Post by Muhammad Zohaib

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.

Read More