Wordpress

WordPress wp_redirect() header errors

I wanted to be sure and document this, since it wasted a bunch of my time, and was very frustrating.

I recently built a shortcode for redirecting a parent page to the first child page. In the past, I… continue reading

WordPress first child page redirect shortcode

It seems most people are using page templates when they need a parent page to redirect to the first child page. I wanted to make a shortcode, so I could include it in a plugin pack. I ran into an… continue reading

Howto reset your theme using an SQL query

If you’ve destroyed your WordPress blog somehow by switching to a theme that has bad code, here is a little trick I just found.

You’ll need to log into phpMyAdmin, or something similar and run this query on your… continue reading

WordPress: Child Theme Best Practices

In my attempts to speed up the development of wordpress sites, I’ve decided to use child themes for client designs. This will keep a common markup structure in place, and allow upgrades to the parent theme when new versions of… continue reading