Wordpress: Hemingway Theme

Hello people,

I'm trying to use Wordpress as a CMS. The site is at http://nodebox.metaforix.net/wordpress.

I've been following the guide on Wordpress.org (http://codex.wordpress.org/Pages) and I've done the following:

1) Installed and activated the Static Front Page Plugin

2) Added the 'blog.php' code to list my blog posts.

I am using a slightly-modified Hemingway theme. When I click on Blog (on the horizontal menu), it gives an error:

Fatal error: Call to a member function on a non-object in /home/metafori/public_html/nodebox/wordpress/wp-content/themes/hemingway/index.php on line 15

"Blog" is actually a 'page' rather than a 'post'. It's main purpose is to list the blog posts made.

Any ideas on why this is happening?

Thanks!

#423087

Hmm, well did you check what happens in line#15 of this file?

#423114