Getting ajax to work on the front end of a wordpress site is quite easy once you get the hang of it. And it can make for a better user experience! So let’s get it working!
Customizing the WP Comments Section Using a Callback
If your working on a theme or just trying to customize one a bit, you may find working with the comments section a bit daunting. I was working on a theme and styling the comments section. I normally do this by simply looking at the inspector and using the classes WordPress spits out to customize […]