| bio | website | dailyt-shirts.com |
|---|---|---|
| location | Hermiston, OR | |
| age | 28 | |
| visits | member for | 1 year, 1 month |
| seen | Apr 11 at 21:29 | |
| stats | profile views | 6 |
I grew up in the small town of Stanfield Oregon where in high school I found out that I liked web development. In 2008, I graduated from Oregon State University with my Bachelors in Computer Science. I went to work for a local marketing company for a few year and now I work as an IT Manager for a blog.
|
Sep 19 |
comment |
Merge two databases: OLD SITE -> NEW SITE It shouldn't but backup your new databases before doing this, just in case something else goes wrong with the import. |
|
May 21 |
comment |
How do I get the author's page url from their ID? Thank, I don't know how I missed that page. |
|
Apr 23 |
comment |
What's the proper way to find and remove duplicate images from posts and the media library? Try print_r($img_posts); right before the foreach loop and see if there is anything in the variable. |
|
Apr 23 |
comment |
What's the proper way to find and remove duplicate images from posts and the media library? Instead of $wpdb->query try $wpdb->get_results |
|
Apr 23 |
comment |
What's the proper way to find and remove duplicate images from posts and the media library? You might want to run the script and print out the img's guid to see how accurate it is first then if you like the results, run the script with wp_delete_attachment. |