In the course of managing Search Engine Optimization (SEO) in one or more websites, you or your web clients most probably have seen an email from Google containing something along the lines of what looks like what is shown here. What is a 404 Error? The infamous 404...
WordPress
PayPal Procedure to Intergrade the Advanced Version Check Out
I had to look up the word intergrade when I first came across the directions for this process. In a nutshell it means to merge gradually one with another through a continuous series of intermediate forms. Seems to me it is a fancy word for upgrade or update. In this...
Facebook Pixel Code Installation in a Divi WordPress Site
Installing Facebook Pixel Code on a Divi WordPress site allows you to track user interactions and optimize your ad campaigns. In this guide, I’ll walk you through the simple steps to add the pixel code to your site, ensuring you can monitor conversions like purchases or sign-ups. Whether you’re new to Divi or WordPress, this easy-to-follow process will help you start gathering valuable data in no time.
Embedding YouTube videos on WordPress site
Plugin for embedding youtube videos - https://wordpress.org/plugins/youtube-embed-plus/, to hide related videos at the end of playback, need to create api key, https://www.youtube.com/watch?v=VqML5F8hcRQ It works.
Some Helpful Plugins for use with WooCommerce Plugins
There are many plugins out there to enhance Woo-Commerce functionality. Here are some of my favorite helpful plugins for use with WooCommerce. This list may be added to over time: Side Cart WooCommerce https://wordpress.org/plugins/side-cart-woocommerce/ Google...
How To Fix WordPress Mobile Image Alignment & Text Wrap Problems
You need to add the margin snippet every time you align and image to right or left. <img class="alignright size-medium wp-image-2440" style="padding: 20px;" src="https://website.com/wp-content/uploads/2022/08/plank-pest-spiders-problems-223x300.jpg" alt=""...
Remove Default Selected State from WooCommerce Checkout Billing Fields
Please put this code in functions.php file. //default checkout state add_filter( 'default_checkout_billing_state', 'change_default_checkout_state' ); add_filter( 'default_checkout_shipping_state', 'change_default_checkout_state' ); function...
Do it Myself or Hire it Done?
I believe this article applies mostly to people operating a small business. Especially if what you do on the web is primarily a business endeavor for you. This type of question is always one of the many you face regarding completing webwork on your website. There are...
How to Manage Spam Comments in your Website
In doing routine server audits, I often notice that some posts on various websites are getting spammed. This usually means that a control on the post (when it was originally created) has the "Allow Comments" and/or "Allow Pings" left turned on. At that point I check a...
Fixing an ERR_TOO_MANY_REDIRECTS Redirections Error
A usual part of solving issues as they arise in the website development business is searching Google for solutions. Very seldom have I ever been the first or only individual to find a particular problem needing a solution. I don't believe the situation I'll describe...