Skip to content

Adaptive Web

A web development blog

  • About Me
  • Get In Touch

Monthly Archives: July 2016

Making an AJAX call to a custom WordPress plugin script

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 […]

Posted byRoan BradleyJuly 4, 2016June 13, 2017Posted inWordpress

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 […]

Posted byRoan BradleyJuly 4, 2016June 13, 2017Posted inWordpress

Search the site

Recent Posts

  • Use acf_form to update custom user fields
  • Add a logout button to a WordPress navigation menu
  • Creating pages automatically on plugin activation in WordPress
  • Handle POST and GET requests in WordPress using admin-post.php
  • Cache busting CSS and JS assets in WordPress

Archives

  • April 2019 (1)
  • December 2017 (1)
  • June 2017 (3)
  • July 2016 (2)
  • June 2016 (2)

Categories

  • ACF (Advanced Custom Fields) (1)
  • Wordpress (9)
© 2021 Adaptive Web
  • About Me
  • Get In Touch