It’s not that hard to implement a simple jquery ajax call in your wordpress to get a post by its id for instance. In the following we will make this functionality from scratch, to implement this we will need to create a new file in our theme root folder: ajax.php, then, in this file we… Continue reading jQuery AJAX Call – How To Implement WordPress Ajax For Blog Posts