Setting up WordPress client and server

The easiest way to do this is this… Install a PWA plugin. Here is a free one… (No Pro Needed) https://superpwa.com/ Now, if you want to make it onto the Stores, you will want to write a wrapper (or buy one). There are many options for this, but they tend to be custom. A cordova … Read more

URLs fine in database but wrong in output

Ok, this was pretty strange. While only http// showed up in the URLs the database fields for the corrupted URLs were http://http// which obviously resulted in the error. I did another search & replace for those “double http” and that fixed it in the end. Still no idea why this only happened to some URLs … Read more

URL problem in my site

Use the duplicator plugin. It basically make a snapshot and an Installer.php file. When moving the archive snapshot zip and php file to your new server, you navigate to http://yoursite.com/Installer.php. It’s like a setup process that asks you for your new database (you can point it to an empty database) and what the new URL … Read more

Creating Log-In Page for backend server

VICTORY. At least…no 404 anymore. I haven’t actually tried to use the script yet, too excited. Thanks for the direction, Nath! Here is what I did. I went to my theme and created a subfolder titled, “js.” In the same theme, I edited header.php to include the following just below : (The part in bold, … Read more