How to add defer or async attributes to WordPress Script

In this article we are going to show how to add async or defer attribute in script. WordPress developer often feels typical and attempt wrong way to add attributes in scripts because sometimes script is added by function. Developer feels typical to add attributes in easy attempt in that particular case of wordpress. Here in … Read more

Upload multiple images with Jquery and PHP

In previous tutorial I have posted an article about how to upload a file in PHP. In this article I am going to discuss about how to upload multiple image with few lines of code in php using jquery. In jQuery we are adding a script for dynamic select option of multiple images. It is … Read more