WordPress provides incredible support for you to work with form submissions in your application. Whether you add a form in the admin or public facing areas, the built-in mechanism with the admin-post and admin-ajax scripts will allow you to handle your form requests efficiently. In this article, I’ll show you how to handle custom form […] View original post at …
Javascript For WordPress Developers: Using AJAX
AJAX, or Asynchronous Javascript and XML, is used to communicate with server-side scripts and allows you to load content dynamically without having to reload the page. Say, for example, that you’re building a website for a local charity and you want to encourage a positive vibe. You could add a button titled “Show some love!” with a counter on the homepage …
4 Powerful Ways to Improve WordPress Search So It Doesn’t Suck
The search function built in to WordPress core has come a long way over the past few years. However, if you have a large, complex site you still probably aren’t very satisfied with the results it produces. Fortunately, there are lots of ways to improve it. In this guide, we’ll take a look at how the default WordPress search function works and consider …