Read about my partial journey of growing a parenting blog focused on kids' art and LEGO bricks. I discuss site traffic and indicators that my site is growing in credibility.
Woocommerce Shipping: a simple, free USPS postage plugin solution
Woocommerce Shipping is both a free plugin and a free monthly service available to WordPress Woocommerce users to manage the details of shipping for their e-commerce stores. I use this USPS Woocommerce shipping option because it allows me to easily print labels, schedule package pickups, and save money on postage fees.
Common “IF” statements used in Statamic websites
Especially for web designers new to Statamic, it can take some time to figure out how to manipulate Statamic-specific variables and incorporate the correct logic syntax to do what you want. Here are a few useful if statements that might help you out!
Why does my website say, “Your connection is not private?”
Your website shows, "Your connection is not private" because you do not have an active SSL Certificate. In many cases, the cause is an expired certificate, and the error shown is "NET::ERR_CERT_DATE_INVALID." Continue reading to learn why this happened, how to fix it and how to prevent it in the future.
How to export from Canva
Working in Canva? Can't find the export option? Here's a tip: look for download instead. Read on to learn how to quickly export or download your design from Canva.
How to make the full page show in Microsoft Word on my Mac
f you're noticing that the top and bottom of your pages are missing in Microsoft Office and you want to see them, then this post is for you. Showing your full page in Word is easy to do and requires just a couple of setting configurations.
Best creative online advertising examples
Once in a while, an online advertisement catches my attention and is truly delightful. This post captures those advertising examples with the hope that it helps to spark your creativity!
How do I make the Content Preparation Progress box in Adobe Acrobat and Reader go away?
The latest updates to Adobe Acrobat and Reader have changed the default preferences to automatically process your PDF's content for a screen reader. If this feature is not helpful to you, then you may want to turn it off, here's how.
HTACCESS 301 redirect for a URL with spaces (%20) in the slug
While exploring my Google Analytics, I saw a URL that users were landing on that doesn't exist. The URL is a typo, and the page shows a 404 error. Interestingly though, the offending URL includes spaces in the slug. Space is shown as %20 in a URL address. To ensure users get to where they intend to be, I set up a 301 Redirect for the incorrect URL. Here's how to create .htaccess redirects for...
Enable SVG in WordPress Media Library using a function
The WordPress Media Library does not permit uploading SVG file types by default. Trying to upload an SVG file to the WordPress Media Library displays a warning reading, "Sorry, this file type is not permitted for security reasons." To change the functionality of your site and to permit SVG upload, you'll need to update your theme or child theme's function.php with this code.