Mobile User Agent Detection

Recently I was asked to work on a Drupal site that required detection for three different display; tables, mobile phones, and computer screens. I found code that will allow a detect to all mobiles devices, meaning it will redirect to mobile phones and tables alike. I recommended to use media queries just like what you see currently […]

Change Post Author/ID on All posts In a Single Pass (MySql)

Here is a small code snippet (MySql query) that will help you change the post author in WordPress. You will need to run this in your database using PHPMyAdmin or command linke. Back up your database before running any of the queries mention bellow. If you tables have a different table prefix make sure that you change […]