WordPress asking for FTP username/password?
June 7, 2010 by Josh Highland
Filed under tutorials, wordpress
Are you annoyed with your wordpress install asking you for your FTP cradentials everytime you try to upgrade a plugin? I know I was. Thankfully, there’s a simple solution which will save the FTP login (username/password/server) so WordPress stops asking you for them. Here’s how you do it. Locate your WordPress root diectory and find [...]
timthumb.php returns a 404 Error in WordPress
May 20, 2010 by Josh Highland
Filed under linux, php, wordpress
timthumb is a great little php script that helps create thumbnail images (http://code.google.com/p/timthumb). I’ve used it before, but recently I purchased a wordpress theme that used it, and it wasn’t working. I would get a 404 error when I tired to access the directly via a url like this: theDomain.com/wp-content/themes/theTheme/scripts/timthumb.php?src=/wp-content/uploads/2010/05/moose1.jpg&h=207&w=237&zc=1&q=80 After some digging around in [...]
Create WordPress Thumbnails Automatically
September 29, 2009 by Josh Highland
Filed under php, tutorials, wordpress
WordPress has the ability to allow post authors to assign custom fields to a post. This arbitrary extra information is known as meta-data. This meta-data can be used by theme authors to do some pretty cool things. The theme I am currently using allows for a custom field named “thumb”. If you create the “thumb” [...]
Modifying MimboPro to Add Paged Navigation To Category Pages
Recently I have been doing a lot of work with WordPress. I love WordPress. one of the things I like most about WordPress is the plugins and themes. I recently bought a copy of the MimboPro theme. Mimbo is clean and very professional. More of a CMS theme then a blogging theme, prefect for what [...]
WordPress 2.5 image upload problem : SOLVED
This afternoon I upgraded my blog to the latest version of wordpress, 2.5. The install went great and it was simple to do. I didn’t realize that I had any problems until I went to make a blog post and upload an image. When I tried to upload, I was greeted with the following: Something [...]