Get the Post Thumbnail URL in WordPress

In this tutorial, we will learn simple snippet to get Post thumbnail URL in WordPress to display image with own <img> markup tag. To display post thumbnail image generally function the_post_thumbnail() is used but this display image with<img> tag. But here we are going to discuss how to get post thumbnail URL in WordPress. This … Read more

Ajax Image Upload With jQuery and PHP

Ajax image upload with jQuery and PHP

In this tutorial, we will see how to upload file/image and get a preview without refresh the page using ajax with jQuery and PHP. We have already seen image/file upload snippet with PHP in the previous tutorial. In this tutorial, we submit forms using jQuery and ajax. Form data sent to PHP code where image … Read more