Adding AJAX to WordPress - Developer Guide
Darshan Saroya

Adding AJAX to WordPress – Developer Guide

AJAX give app like feel to a website. With AJAX a page’s content is updated without page refresh. Ajax is the art of exchanging data with a server, and updating parts of a web page without reloading. What Is AJAX? AJAX stands for Asynchronous JavaScript and XML. In simple words, we can say AJAX update […]

2 years ago
Read More
Get Attachment (Image) ID by Image URL- WordPress Codex
Darshan Saroya

Get Attachment (Image) ID by Image URL- WordPress Codex

Being a developer, some I need to perform a special task. So I research on that topic and found a new function or ways to complete my need. Recently I worked on a client site, where I have to get the attachment ID from its URL. On research, I found two ways to resolve this. On […]

5 years ago
Read More