Category Archives: Wordpress

Post image above post title

I found quite a simple way to place a post image above a post title today using the post thumbnail feature. Open functions.php and add the following code: if ( function_exists( ‘add_theme_support’ ) ) add_theme_support( ‘post-thumbnails’ ); Open index.php and paste < ?php the_post_thumbnail(); ?> above the existing line

0 comments

Install plugins problem

Strange problem this morning. I decided to install the database backup plugin only to find WP wouldn’t let me. Nothing radical has changed since the last plugin installation so I turned to google and found countless articles regarding rewriting permissions on the uploads folder, htaccess fixes, contacting host for support etc. Then I stumbled across [...]

1 comment

Install.php?step=2 Error

A few days ago what I thought would be a smooth WP installation came to an abrupt halt when I was hit with an ‘install.php?step=2 Error’. I put it down to the fact that it was ftp related since it was around 6.30 in the evening and the internet connection was slow. So I uploaded [...]

2 comments