Today we are going to learn about making an AJAX call to a custom WordPress plugin. This method will allow you to make a call to your plugin using JavaScript. The call will be processed by a custom PHP function and a response returned. To make AJAX calls to a custom plugin script, that has […]
Monthly Archives: July 2016
Sorting WordPress posts using multiple meta keys
Today we are going to learn about sorting WordPress posts using multiple meta keys. The method uses WP_Query and can be used in page templates, shortcodes functions, custom plugin scripts and a variety of other ways. Occasionally it may be necessary to custom order posts using multiple meta keys. This can be achieved using the […]