WordPress API development with Postman or PAW
The Wordpress API [https://wordpress.org/plugins/acf-to-rest-api/] works well. Once you figure out how to send a REST request, you'll be jamming in no time....
Wordpress, Wordpress plug-ins, Woo Commerce, Sensei
The Wordpress API [https://wordpress.org/plugins/acf-to-rest-api/] works well. Once you figure out how to send a REST request, you'll be jamming in no time....
I'm currently working on two WordPress websites that have been pre-configured by Bitnami within a Virtual Private Cloud. Below are a few select commands I use...
We are going to use Let's Encrypt Certificate Authority [https://letsencrypt.org/] to create and install a free SSL certificate. -------------------------------------------------------------------------------- Step 1 - Log In...
I've spent many years installing and configuring WordPress blogs on EC2, and here's generally how things start. Manual Install First download these tools: # Apache2...
You might need to strip out HTML in comments and here's how. /** ******** ******** ******** ******** ******** ******** ******** ******** * TITLE: Disable HTML in WordPress comments * DESCRIPTION: Disallow HTML in WordPress comments, add this...
You like a theme but it's referencing a Google font you want to switch out. Here's the simplest way to do it, by keeping...
Example 1: Enter the full email address you want displayed. /** ******** ******** ******** ******** ******** ******** * TITLE: Change admin e-mail to new users * DESCRIPTION: enter the full email address you want displayed * * http://miloguide....
.htaccess performance tricks for Wordpress.
Upgrade an old theme's jQuery.
Limit the Excerpt's Word Count using functions.php
WordPress has placed a lot of junk in their system. Here's how to elegantly remove it.
The functions here are a compendium of snippets I've posted in the past.
Remove all those boxes on the Wordpress Dashboard
Create a custom wp-login.php through functions.php file.