Music to keep you energized for the rest of the week.
Latest posts - Page 6
WordPress pass query variables in URL
This comes up often enough so I thought I should make a quick post about it. The deal is that you want to pass…
4/29/2019 – Monday music to start your week – Kip Moore – The Bull
Here is to a wonderful week. Cheers!
Genesis add widget area on home page or posts
In this post I will share the code snippet that registers a widget. I will also demo 3 use cases with examples that are…
Windows Script to lowercase file and folder names
The ability to rename multiple files and folders in a specific folder is essential when working on web projects or apps. I often find…
4/26/2019 – Friday Music – Eric Church – Over When It’s Over
Prepare for the wonderful weekend y’all. Cheers!
Arduino Nano avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x00
This was is a weird error I got when trying to upload my code to my Ardiono Nano. I was finally able to solve…
WordPress Genesis theme modify copyright footer
WordPress Genesis theme modify copyright footer Here is how to modify copyright footer in WordPress Genesis theme. As you know any modifications you would…
WordPress Custom post type not found
Custom post type not found Usually this is a permalink issue. The fix for this is to put the following line in your functions.php…
WordPress Disable AddThis plugin on a custom post type
I built a nice slider using a custom post type but as soon as I added the AddThis plugin it messed it up. AddThis…