Category: wordpress
-
Thumbnails are missing when uploading new image
Just a quick note – if You are experiencing missing thumbnails in image upload in WordPress, then probably Your PHP installation misses php-gd module. It is module by default installed on FreeBSD, but on Debian based Linux You have to add it by hand (apt-get install php5-gd). I had to move my blogs to new,…
-
What Would Seth Godin Do – WordPress plugin patch
UPDATE This patch can be applied to version 1.5 of WWSG – if You use other version, more recent, You need to change this by hand, using idea from this patch. I do use WordPress on few sites and I like it. Well, it is not ideal, but it has very strong community, which makes…
-
New theme
As You can see, adjusting new theme took less then I excepted. Well, I should not saying this, since not everything works yet. In IE 7.0 blog header (title) does not render, and I have no idea why… New theme is IMO better because uses much more screen (resolutions lower than 1024×768 are on less…
-
Save editing WordPress theme on live site
I’m preparing to make major change in layout of this blog, mostly because of poor bounce rate. When reader comes here from Google, and lands directly on some post page, there are no suggestions what he/she can read more. I do believe I have here some useful content and make bounce rate better. So I…