Skip to content

Adaptive Web

A web development blog

  • About Me
  • Get In Touch

Monthly Archives: June 2017

Creating pages automatically on plugin activation in WordPress

If you are creating a WordPress plugin, often times you will need to reference a specific page in order to display some kind of data or other information. Although it is possible to manually create pages in WordPress, required by a plugin, creating pages automatically on plugin activation will ensure your plugin works out of […]

Posted byRoan BradleyJune 12, 2017June 13, 2017Posted inWordpress

Handle POST and GET requests in WordPress using admin-post.php

Today we are going to learn how to handle POST and GET requests in WordPress using custom functions and admin-post.php. There are various ways to process and handle POST requests in WordPress. You could use a page template or even a custom script. When using a custom script, you do not have access to WordPress […]

Posted byRoan BradleyJune 7, 2017June 13, 2017Posted inWordpress

Cache busting CSS and JS assets in WordPress

Today we are going to learn about cache busting CSS and JS assets in WordPress the easy way. Have you ever struggled to make sure updated versions of your CSS or JavaScript assets are being sent to users of your WordPress website? One way of solving this problem in the past, was to give each […]

Posted byRoan BradleyJune 7, 2017June 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