Aloha all.. Just tried to install WP Sticky, so I can keep a post up top.. When activated and I went to manage posts etc, it had in big writing..
WordPress database error: [Table 'TomEnt.wp_sticky' doesn't exist]
SELECT SQL_CALC_FOUND_ROWS wp_posts.*, wp_sticky.sticky_status FROM wp_posts LEFT JOIN wp_sticky ON wp_sticky.sticky_post_id = wp_posts.ID WHERE 1=1 AND (post_type = 'post' AND (post_status = 'publish' OR post_status = 'future' OR post_status = 'draft' OR post_status = 'private')) ORDER BY (wp_sticky.sticky_status = 2 AND wp_sticky.sticky_status IS NOT NULL) DESC, DATE_FORMAT(wp_posts.post_date,'%Y-%m-%d') DESC, (wp_sticky.sticky_status = 1 AND wp_sticky.sticky_status IS NULL) DESC, DATE_FORMAT(wp_posts.post_date,'%T') DESC LIMIT 0, 15
Anyone know why I can't use it.. Or if there is another way to keep a post on top thanx.. I did try and change the Post Timestamp but it just made the post disappear.. Thanx for any help guys..