Hopefully you’ve heard that WordPress 5.0 is on it’s way with the new Gutenberg editor. It’s very different from the current “classic” editor. The new editor will be much more like the page builders that have become popular. With the release of WP 5 expected at the end of November 2018, you should make sure…
Read More
Login Protect Content
There are many different ways to protect your content. For this client, he simply wanted to capture people’s email address before they could read the content. Seems simple, but there was multiple articles that needed to be protected and what if people came back? We didn’t want people to have to submit their info all…
Read More
Using WP Code Highlight? Don’t Upgrade to PHP 7 Until You Do This!
I recently upgraded my site from PHP 5 to PHP 7 and loved the speed boost, but then I noticed one of my favorite plugins broke. I was getting this warning: Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /Applications/AMPPS/www/mysitetest/wp-content/plugins/wp-code-highlight/wp-code-highlight.php on line 68 Yes, WP Code Highlight has been deprecated for a…
Read More
WordPress Website “Go Live” Checklist
As a developer, for me, the “go live” day is always filled with mixed emotions. I’m psyched to have the project almost finished and show it off, but also a little nervous about the transfer process and the final tests to make sure everything works correctly. Here’s the checklist I like to run through to…
Read More
Protect Your Blog Content With Email Subscribe Form
Recently I had a customer looking to gather emails for their newsletter before people read the articles on their site. As with anything else, there are multiple ways to go about this. Below is documentation on how I chose to set it up. Please note that this protection is not 100% (like most things) and…
Read More
Updating WordPress Plugins
I can’t stress enough the importance of keeping your plugins updated. Not only is it a security issue, but it also makes sure your site continues to work correctly. I can’t tell you how many times a customer has contacted me because their site was not working correctly and it turned out to just be…
Read More
Siteground Makes it Easy for Site Owners to get a Free SSL Certificate
I’m so happy when my customers use Siteground. Having an SSL certificate is more important now that ever. (That means you have that https in the front of your URL instead of just http.) Siteground uses Let’s Encrypt to provide free SSL certificates. When I first started looking into Let’s Encrypt, it looked complicated to…
Read More
Will Your Site Be Marked ‘Not Secure’ This July?
In July, Google Chrome is making it official: If a website doesn’t have a security certificate, visitors will see a warning. SSL is not only the right thing to do, it’s also great for boosting search rankings and getting more traffic. You’ve probably heard of SSL, but weren’t sure you needed it. SSL enables the HTTP…
Read More
Happy 15th Birthday, WordPress!
Today is WordPress celebrates it’s 15th birthday. Here’s an article written a couple years back that celebrates how WordPress has grown over the years: https://torquemag.io/2015/05/happy-birthday-wordpress-wordpress-turns-12/
Do You Need a Designated Data Protection Officer?
If you have an online store and you sell to any customers in the EU, the answer is yes. The new GDPR rules that go into effect May 25, 2018 require it. But for many small businesses, that person is going to be you. Here are some of the responsibilities of data protection: Ensuring that…
Read More