//php query_posts('cat=3&showposts=1&order=ASC'); if(have_posts()): while(have_posts()): the_post(); global $more; $more = 0;?>
//php echo substr(get_the_content(),0,193); ?>
//php endwhile; endif; wp_reset_query(); ?>
Tweets
//php query_posts('p=30'); if(have_posts()): while(have_posts()): the_post();global $more; $more = 0;?>
//php the_title(); ?>
//php echo substr(get_the_content(),0,193); ?>
//php endwhile; endif; wp_reset_query(); ?>