When I do $recent = new WP_Query("showposts=2&cat=24") it does not select the correct category. I have to use $recent = new WP_Query("showposts=2&category_name=Personal Development") to get the categories to show up right. None of the plugins that use cat= work the way they are suppose to.