• jaynne

    (@jaynne)


    I am using the Northern-Web-Coders 1.0 theme for my health blog and receive the following error after I created the first blog:

    WordPress database error: [Unknown column ‘time_modified’ in ‘order clause’]
    SELECT * FROM jn_posts WHERE post_status = ‘static’ ORDER BY time_modified ASC

    Can please let me know how to fix this?

    Thanks you.

    Jaynne

    PS: I am new to WordPress, and it was a cinch to install it. Thank you for sharing this program.

Viewing 2 replies - 1 through 2 (of 2 total)
  • kaushalsheth

    (@kaushalsheth)

    Open header.php of the theme and browse to find this line

    <?php wp_list_pages(‘sort_column=time_modified&title_li=’); ?>

    it after all li tags ( here, are, the ,links ). Remove this line and then check. I think it will work. I had done the same for one of my blogs.

    Thread Starter jaynne

    (@jaynne)

    Kaushal, thanks so much. It worked. I’ll have to keep this in mind.

    Thanks a million

    Jaynne

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Error message on Northern-Web-Coders 1.0 theme’ is closed to new replies.