Transchild – Free Genesis Child Theme

I am proud to announce my very first free Genesis child theme. Releasing a WordPress theme to the public has been something that I’ve wanted to do for a very long time and I’m glad I’ve finally taken this step. The theme incorporates transparent elements and is a child theme for the Genesis Framework, hence the [...]

Sinatra – Free Genesis Child Theme

I am pleased to announce the release of Sinatra, a free Genesis child theme. This WordPress theme works on the Genesis Framework.

WordPress: Redirect Users After Log In

First, the code… Then, some explanation… For more information on this filter, read up on the login redirect filter. In short, this function sends administrators to the WordPress Dashboard after log in and everyone else to the homepage of the site. To send everyone else to a specific page on your site, replace the id [...]

Disable Directory Browsing with HostGator

option-indexes

How would you feel if someone could view the contents of all your directories which do not contain an index.html, index.php, or other index file? Personally, I feel like my privacy has been invaded. Time to shed some light. How’s your setup? Let’s test. From your browser’s address bar, navigate to a directory that you [...]

Empty Named Anchor Fix

named-anchor

While developing a WordPress theme recently, I tested it in Chrome, Firefox, and IE and everything worked as expected. Recently I noticed the named anchors were not working in Chrome. I narrowed the problem down to Chrome positioning the anchors on the screen at coordinates 0,0 probably because the elements were empty. Thanks to this [...]