How to Limit Event Sign-Ups and Show Spots Left in Formidable Forms

Ever hosted an event where way too many people signed up for one day and not enough for the others? 🙃 I recently had a client ask for a solution to that exact problem. After running into a few challenges (and spending more time than I expected figuring it all out), I thought — why …

Read more

How to add a link to a PDF on a WordPress page or post

It is very common that someone will want to include a link to a PDF document in the text of a post. The process wasn’t very logical in earlier versions, but with the Block Editor it has become simple. This video shows you both ways. I hope you enjoy. Leave a comment below if you …

Read more

How to optimize images for your WordPress blog

Page speed can be heavily effected by the size of images that you use in your WordPress blog.  In this tutorial I will: Image editors There are a lot of image editing programs out there and I know that everyone has their favorite.  Changing the size of an image is an easy task and can …

Read more

How to turn off comments in pages and posts

  In order to turn off comments: Log in, go to that page and click edit (or find the page in the dashboard), find the box called “discussion” and un-check both check boxes. If you can’t find that box, look up at the top and click on “Screen Options” and make sure everything is checked. See below: …

Read more

How to export a CVS file from phpMyAdmin

Overview

Sometimes it is very handy to be able to export a CSV (Comma Separated Value) from your database. Perhaps you want to use your spread sheet program to quickly alter some of the fields or you want to quickly add new rows (e.g. products) without having to go through your administration interface. Here is an easy set of instructions to help you on your way.

Read more