Boilerplate vs Framework vs Theme

I’ll mostly be referring to WordPress themes and the three common styles you’ll find in the repo. However, the same basic ideas apply to all website templates and web design in general. This is what each means to me and does not necessarily represent what everyone else in my industry thinks. It’s a bit subjective, Boilerplate vs Framework vs Theme

Free vs Free in Software

Lately, I’ve been researching different content and software licenses and the philosophies behind them. I was a bit surprised by my findings. First, I’ll explain the two different “frees”. Free Free Software — as in $0.00, costs nothing to download. This is the most common use. I’ll refer to as $free from here on out. Free vs Free in Software

Canonical Link Guide and Tools

Canonical Link WordPress Plugin Download Now | See on WordPress.org | Support Canonical Link Firefox Add-on Download Now | See on GitHub | Support This add-on will also help you to verify your canonical links are set up correctly. Canonical Link Script <link rel="canonical" href="https://<?php echo $_SERVER[‘HTTP_HOST’]; ?><?php echo parse_url( $_SERVER[‘REQUEST_URI’], PHP_URL_PATH ); ?>" /> Canonical Link Guide and Tools