Category: wordpress
-
WP Staging + Post SMTP LOG ONLY Mode
⇢
in wordpressWP Staging is a great plugin for creating a Wordpress staging site from a production site. Post SMTP is my favorite plugin for Wordpress email because of features like email logging and connecting to external email senders. However, the two plugins have a feature that is incompatible when it comes to disabling outgoing email, so…
-
Bypass Elementor Pro License Activation
⇢
in wordpressTo be clear – this article is intended to help developers who are testing Elementor Pro and do not need or have the ability to purchase a license and activate it, or for those who did not maintain an active license and now cannot get their form submissions or access a feature that is behind…
-
Wordpress Password Protected Pages Not Working
⇢
in wordpressYes, I’m ripping off content from Wordpress.org Forums to put this together, but I think it has to be done because password protected pages not working in Wordpress is still plaguing many users. It’s not convenient to flip through a zillion pages on the forum, so this compiles many possible solutions into an orderly troubleshooting…
-
Want an A on GTMetrix?
Here’s the deal: when your website loads quickly, people stay. They buy what you offer whether you’re selling goods or services. Your Google rank is influenced by your site speed. How is your website doing? Use GTMetrix to get an idea: https://gtmetrix.com/ If you’re seeing scores that worry you, I can help. My site currently…
-
Add your own title separator characters using Yoast SEO’s wpseo_separator_options filter
Despite Yoast’s discouragement of using the wpseo_separator_options filter to add more separator options to the configuration page (SEO > Search Appearance), I really wanted to give it a shot so my URLs would have a neat separator that’s not commonly seen. Hookr.io had a great breakdown of how wpseo_separator_options can be implemented. I added the…