Title: new theme error
Last modified: August 18, 2016

---

# new theme error

 *  [pineapple](https://wordpress.org/support/users/pineapple/)
 * (@pineapple)
 * [21 years ago](https://wordpress.org/support/topic/new-theme-error/)
 * i just installed a theme for wordpress on my 1.5 upgrade, and got the following:
   “
 *  WordPress database error: [Unknown column ‘time_modified’ in ‘order clause’]
   
   SELECT * FROM wp_posts WHERE post_status = ‘static’ ORDER BY time_modified ASC
 * “
 * [http://www.k-l-a-s-s-y.com/pineapple](http://www.k-l-a-s-s-y.com/pineapple)
 * i do not know what i should edit to fix this. thanks.

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Kafkaesqui](https://wordpress.org/support/users/kafkaesqui/)
 * (@kafkaesqui)
 * [21 years ago](https://wordpress.org/support/topic/new-theme-error/#post-202980)
 * This is one of those 1.5.1 gotchas: a couple parameter value changes occured 
   to `wp_list_pages()`, while the older names were not aliased. Just edit the header.
   php for your theme, and where it has this:
 * `<?php wp_list_pages('sort_column=time_modified&title_li='); ?>`
 * Change it to:
 * `<?php wp_list_pages('sort_column=post_modified&title_li='); ?>`
 *  [moshu](https://wordpress.org/support/users/moshu/)
 * (@moshu)
 * [21 years ago](https://wordpress.org/support/topic/new-theme-error/#post-202981)
 * Maybe this helps:
    [http://wordpress.org/support/topic/33354#post-189027](http://wordpress.org/support/topic/33354#post-189027)
 *  Thread Starter [pineapple](https://wordpress.org/support/users/pineapple/)
 * (@pineapple)
 * [21 years ago](https://wordpress.org/support/topic/new-theme-error/#post-203026)
 * that fixed it right up. thanks so much!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘new theme error’ is closed to new replies.

 * 3 replies
 * 3 participants
 * Last reply from: [pineapple](https://wordpress.org/support/users/pineapple/)
 * Last activity: [21 years ago](https://wordpress.org/support/topic/new-theme-error/#post-203026)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
