Categories
Wordpress Development

Limiting Media Upload File Sizes in WordPress

– Updated: August 12th, 2021 – I’ve recently come across an issue with a very old WordPress function I wrote a few years ago. The basic idea was to check if the user was logged in, see what kind of user it was and limit the file size of uploaded materials. After running into a […]

Categories
Wordpress Development

Using Custom Fonts in WordPress

– Updated: August 12th, 2021 – There are a lot of great articles out there showing how to enqueue Google fonts and TypeKit fonts for your WordPress theme. However I found it a little less common to find solutions where you already have your own fonts (licensed to use of course) that you want to […]

Categories
Wordpress Development

MySQL Installation & Command Line Basics

One of the most underrated things I’ve learned through my Wordpress journey is how to understand, work with, and manipulate MySQL databases to facilitate a wide range of useful actions. When working in a localhost environment, MySQL is especially useful for migrating databases over to a public server.