In June of 2018, Google Maps became a pay-as-you-go platform. Depending on your purpose and usage, this may not be a beneficial investment for your business. In this post, I'll show you a solid, free alternative to Google Maps.
I recently was asked by a client to list out all post tags on a page, alphabetized and indexed. Her posts tags were ingredients to her recipes and would allow for an alternative way to search her site. Here's how it looks and the code to go along with it.
Creating a Paypal button is pretty standard, but what if you want to send and receive Paypal button variables with it? Here are a few simple examples of how to do so using Paypal's Payment Data Transfer feature.
We can display Ninja Forms submissions on a page with its own native code, without WP post_meta calls or writing SQL queries. Also, Ninja Forms has a nice Field Key field where we can label what we want our keys to be so that we can target only the specific data we need. Here's how.
To be sure you're getting accurate results when using the Lighthouse Chrome extension to audit your webpage, you'll need to run it in Incognito Mode. Why? Because the results are (often extremely) skewed by the other active extension used in the browser. In this article, I'll show you how to run it in the Incognito window.
There are a number of ways to add better security to your WordPress site. Moving your wp-config PHP file out of the install is a great place to start. In this article, I'll show you two ways to do it.