ArchivesCategory: Word Press

19Oct

I recently had my first hacked site. Luckily the site wasn’t really injured, and it’s back up running and much more secure.

I started to dig to find out what I really need to do to secure my site and…Continue Reading

27Jul

Uber Login Logo: Change login logo. If you want to do more customization, then you’ll need to do a little programming, but this is an nice quick fix. by UberWeb

Advanced Custom Fields. Custom fie…Continue Reading

25Mar

Something I do on a regular basis is add new widgets to wordpress sites so they are easier to maintain. The code that is needed is listed below.

1) First add this to your function.php
if ( function_e…Continue Reading

16Nov

A very easy thing to do. Add a little bit of code to your function.php file and add your logo to your theme’s images folder.

function login_logo() {
echo '

19Sep

Still working on my new theme.